1
0
Fork 0

Remove local symlink

This commit is contained in:
Malte Brandy 2018-06-04 21:41:27 +02:00
parent 36a8fb6164
commit 2a3f5574cf
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
configuration.nix
local

View file

@ -13,7 +13,7 @@ config = mkIf config.m-0.server.enable {
# generate file with
# dropbearkey -t rsa -f /etc/nixos/boot_rsa
# nix-env -iA nixos.dropbear
hostRSAKey = ../../local/secret/boot_rsa;
hostRSAKey = builtins.toPath "/etc/nixos/hosts/${config.networking.hostName}/secret/boot_rsa";
};
};
postMountCommands = "ip link set eth0 down";