summary refs log tree commit diff
path: root/modules/users
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users')
-rwxr-xr-xmodules/users/Rory.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix

index b9c5722..daafb15 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix
@@ -4,7 +4,7 @@ users.users.Rory = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "ocp" ]; packages = with pkgs; [ ]; initialPassword = "password"; @@ -14,6 +14,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILF2IuNu//0DP/wKMuDvBgVT3YBS2uULsipbdrhJCTM7 thearcanebrony@tab-linux-desktop" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN/kNkY/E5b6rvCQLMaSbpLQ/xoyywIwVVu9uo2j/B6p Rory@RoryNix" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNhsYWo5pEilXQGcn2SOuvzIdy67QpdtC7vnmlJB9WX Administrator@nt-6mnnvobcjimo" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJYOygKJIvwhPj+SmTtzOD3eBzwf+kiLeegWQmKGmW TheArcaneBrony@w81vm" ]; };