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