Force empty secrets
This commit is contained in:
parent
23d2a4de70
commit
c4fa73c8e7
|
@ -20,7 +20,7 @@ with lib; {
|
|||
./fudo/global.nix
|
||||
./fudo/grafana.nix
|
||||
./fudo/hosts.nix
|
||||
# ./fudo/initrd-network.nix
|
||||
./fudo/initrd-network.nix
|
||||
./fudo/ipfs.nix
|
||||
./fudo/kdc.nix
|
||||
./fudo/ldap.nix
|
||||
|
|
|
@ -36,6 +36,8 @@ in {
|
|||
"ip=${initrd-cfg.ip}"
|
||||
];
|
||||
initrd = {
|
||||
secrets = { };
|
||||
|
||||
network = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue