# Breaking Changes - sops location movod to "system/dev/<dev-name>/sops/sops-conf.nix" - flake devices declaration changes - whole flake update
9 lines
130 B
Nix
9 lines
130 B
Nix
{
|
|
imports = [
|
|
../../../modules/postgresql.nix
|
|
./mail.nix
|
|
./nginx.nix
|
|
./wireguard.nix
|
|
# ./netbird.nix
|
|
];
|
|
}
|