hosts/suwako-vie0: enable caddy and postgresql
This commit is contained in:
parent
f87f518779
commit
0bf3fa4a50
|
@ -1,10 +1,17 @@
|
||||||
{
|
{
|
||||||
suites,
|
suites,
|
||||||
|
profiles,
|
||||||
mylib,
|
mylib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = suites.server ++ (mylib.path.scanPaths ./. "default.nix");
|
imports =
|
||||||
|
suites.server
|
||||||
|
++ (with profiles; [
|
||||||
|
services.caddy
|
||||||
|
services.postgresql
|
||||||
|
])
|
||||||
|
++ (mylib.path.scanPaths ./. "default.nix");
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue