Fixed deploy keys and added ssh keys pushed from deploy server
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user