From 6c81f28f6887cafbadfe1477f345d90ece9b6f71 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 10 Aug 2025 15:40:24 -0500 Subject: [PATCH] what --- .../configuration/container-nathan/default.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/system-config/configuration/container-nathan/default.nix b/system-config/configuration/container-nathan/default.nix index 5f56ae7..4b4c518 100644 --- a/system-config/configuration/container-nathan/default.nix +++ b/system-config/configuration/container-nathan/default.nix @@ -64,7 +64,6 @@ }; networking = { - hostName = "container"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; networkmanager.enable = true; }; @@ -73,14 +72,17 @@ users.users."nathan" = { isNormalUser = true; - initialPassword = "7567"; -#hashedPasswordFile = config.sops.secrets."nathan/pass".path; + + #initialPassword = "7567"; + + hashedPasswordFile = config.sops.secrets."nathan/pass".path; + extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop" - ]; + + /*openssh.authorizedKeys.keys = [ + ];*/ }; nix = {