mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
Move modules alloy and atuin from web-services to services
This commit is contained in:
parent
10a1eafca4
commit
a9b26c8198
4 changed files with 14 additions and 13 deletions
|
|
@ -8,10 +8,10 @@
|
|||
services = {
|
||||
auto-gc.onlyCleanRoots = true;
|
||||
comin.enable = true;
|
||||
};
|
||||
web-services.alloy = {
|
||||
enable = true;
|
||||
domain = "alloy.${config.networking.hostName}.${config.custom.networking.overlay.domain}";
|
||||
alloy = {
|
||||
enable = true;
|
||||
domain = "alloy.${config.networking.hostName}.${config.custom.networking.overlay.domain}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue