mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
glance: Init module
This commit is contained in:
parent
fd5acfbcf6
commit
3abf299cd6
2 changed files with 35 additions and 0 deletions
|
|
@ -72,6 +72,11 @@
|
|||
domain = "status.${config.custom.networking.overlay.domain}";
|
||||
generateDefaultEndpoints = true;
|
||||
};
|
||||
|
||||
glance = {
|
||||
enable = true;
|
||||
domain = "home.${config.custom.networking.overlay.domain}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue