10 lines
127 B
Nix
10 lines
127 B
Nix
{
|
|
imports = [
|
|
./lldap.nix
|
|
./authelia.nix
|
|
./postgres.nix
|
|
./redis.nix
|
|
];
|
|
|
|
system.stateVersion = "25.05";
|
|
}
|