Fixed deploy keys and added ssh keys pushed from deploy server

This commit is contained in:
2021-09-22 18:43:23 -07:00
parent 3eef9e04a3
commit 1041a63ec3
6 changed files with 86 additions and 25 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ let
state-dir = "/state"; # This must be a string!
in {
boot.loader.grub.copyKernels = true;
boot = {
loader.grub.copyKernels = true;
kernelModules = [ "rpcsec_gss_krb5" ];
};
networking = {
interfaces = {