Commit c8f79d904813

Vincent Demeester <vincent@sbr.pm>
2019-07-03 13:13:40
profiles.users: add yubikey ssh key and remove lots
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 49590f3
Changed files (1)
modules
profiles
modules/profiles/users.nix
@@ -34,7 +34,7 @@ in
           shell = if config.programs.fish.enable then pkgs.fish else pkgs.zsh;
           initialPassword = "changeMe";
           openssh.authorizedKeys.keys =
-            with import ../../assets/machines.nix; [ ssh.kerkouane.key ssh.hokkaido.key ssh.california.key ssh.carthage.key ssh.wakasu.key ssh.vincent.key ssh.kobe.key ssh.houbeb.key ssh.phantom.key ssh.okinawa.key ssh.naruhodo.key ];
+            with import ../../assets/machines.nix; [ ssh.yubikey.key ssh.california.key ssh.wakasu.key ssh.vincent.key ssh.houbeb.key ssh.okinawa.key ];
             subUidRanges = [{ startUid = 100000; count = 65536; }];
             subGidRanges = [{ startGid = 100000; count = 65536; }];
         };