Push updates
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/base-server.nix b/modules/base-server.nix
index 76f5947..e579c6d 100755
--- a/modules/base-server.nix
+++ b/modules/base-server.nix
@@ -87,7 +87,7 @@
useDHCP = false;
# nameservers = [ "1.1.1.1" "1.0.0.1" "8.8.8.8" "8.4.4.8" ];
- nameservers = [ "10.10.0.4" "10.10.0.5" ];
+ nameservers = [ "10.10.0.4" "10.10.0.5" "1.1.1.1" "1.0.0.1" "8.8.8.8" "8.4.4.8" ];
defaultGateway = "192.168.1.1";
};
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"
];
};
|