diff options
author | lassulus <lassulus@lassul.us> | 2019-01-03 23:15:19 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-03 23:15:19 +0100 |
commit | 58886abed9f24c2447e41d37c27e7add023fa621 (patch) | |
tree | 4e29ee6fad1fc0450a040ce57d9841e78c666454 /makefu/1systems/cake/config.nix | |
parent | 7176d12ff89a2637f8ca0f828c4f05a6543885d1 (diff) | |
parent | 6044ffe3a53ab7745f413847ffe87fbf7a4d11f8 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/cake/config.nix')
-rw-r--r-- | makefu/1systems/cake/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/cake/config.nix b/makefu/1systems/cake/config.nix index 1a617e52d..2491352eb 100644 --- a/makefu/1systems/cake/config.nix +++ b/makefu/1systems/cake/config.nix @@ -38,6 +38,9 @@ }) ]; networking.wireless.enable = true; + users.extraUsers.root.openssh.authorizedKeys.keys = [ + config.krebs.users.Mic92.pubkey + ]; # File systems configuration for using the installer's partition layout fileSystems = { |