Just fuckin remove the whole thing
bet this doesn't work
This commit is contained in:
parent
437203721b
commit
23d2a4de70
@ -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
|
||||||
|
@ -48,7 +48,7 @@ in {
|
|||||||
port = 22;
|
port = 22;
|
||||||
authorizedKeys = admin-ssh-keys;
|
authorizedKeys = admin-ssh-keys;
|
||||||
hostKeys = [
|
hostKeys = [
|
||||||
(builtins.trace initrd-cfg.keypair.private-key-file initrd-cfg.keypair.private-key-file)
|
initrd-cfg.keypair.private-key-file
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -56,19 +56,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
fudo = {
|
fudo = {
|
||||||
## Sigh...this doesn't work because the file isn't available soon enough
|
|
||||||
## during activation.
|
|
||||||
#
|
|
||||||
# secrets.host-secrets = mapAttrs
|
|
||||||
# (hostname: key-pkg: {
|
|
||||||
# initrd-ssh-host-key = {
|
|
||||||
# source-file = "${key-pkg}/${key-filename}";
|
|
||||||
# target-file = "/var/run/ssh/${key-filename}";
|
|
||||||
# user = "root";
|
|
||||||
# };
|
|
||||||
# })
|
|
||||||
# host-keys;
|
|
||||||
|
|
||||||
local-network = let
|
local-network = let
|
||||||
initrd-network-hosts =
|
initrd-network-hosts =
|
||||||
filterAttrs
|
filterAttrs
|
||||||
|
Loading…
Reference in New Issue
Block a user