diff options
| author | nin <nineinchnade@gmail.com> | 2017-01-15 19:41:22 +0100 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-01-15 20:07:39 +0100 |
| commit | d5ad1b702a6fc39ce41af7408156e10b316eca9c (patch) | |
| tree | 0eafc98ccd053cd43ecc71fd93064820e6d184a2 | |
| parent | 295e21ab61c58df8fd231a7a4dcb10fbc7cb3c32 (diff) | |
n 2: use new user interface
| -rw-r--r-- | nin/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index 9b33e9c..6235fb7 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -10,7 +10,7 @@ with import <stockholm/lib>; (import <secrets/hashedPasswords.nix>); } { - users.extraUsers = { + users.users = { root = { openssh.authorizedKeys.keys = [ config.krebs.users.nin.pubkey |
