merge my repo with c3d2

This commit is contained in:
Leon Vita 2023-01-02 14:07:20 +00:00
parent 0a6a6dd95b
commit 0b602617fe
1 changed files with 2 additions and 4 deletions

View File

@ -60,10 +60,8 @@
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
createHome = true;
#openssh.authorizedKeys.keys = with (import ../../ssh-public-keys.nix).users;
# leon;
openssh.authorizedKeys.keys = with import ../../users.nix;
leon.sshKeys;
openssh.authorizedKeys.keys = with (import ../../ssh-public-keys.nix).users;
leon;
};
networking.nameservers = ["172.20.73.8" "9.9.9.9"];