diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-02 21:22:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:21:34 +0100 |
| commit | eb2cb6f263dffb82da86372b14d6fcd7077fe9fe (patch) | |
| tree | ccf6380e3a9bd4ad841d33ca965efc9ca363f5e8 /users/root.nix | |
| parent | f6e600c20d6a97ebeda23fa2bb5621646222b2b0 (diff) | |
| download | nixos-eb2cb6f263dffb82da86372b14d6fcd7077fe9fe.tar nixos-eb2cb6f263dffb82da86372b14d6fcd7077fe9fe.tar.gz nixos-eb2cb6f263dffb82da86372b14d6fcd7077fe9fe.tar.bz2 nixos-eb2cb6f263dffb82da86372b14d6fcd7077fe9fe.tar.xz nixos-eb2cb6f263dffb82da86372b14d6fcd7077fe9fe.zip | |
gkleen: setup
Diffstat (limited to 'users/root.nix')
| -rw-r--r-- | users/root.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/root.nix b/users/root.nix index 88cc6b26..95fe37c4 100644 --- a/users/root.nix +++ b/users/root.nix | |||
| @@ -1 +1,7 @@ | |||
| 1 | import ./gkleen | 1 | { flake, lib, config, hostName, ... }: |
| 2 | { | ||
| 3 | users.users.root = lib.mkIf (flake.nixosModules.accounts ? "gkleen@${hostName}") { | ||
| 4 | inherit (config.users.users."gkleen") hashedPassword shell; | ||
| 5 | openssh.authorizedKeys.keyFiles = config.users.users."gkleen".openssh.authorizedKeys.keyFiles; | ||
| 6 | }; | ||
| 7 | } | ||
