diff --git a/nixos/deoxys/configuration.nix b/nixos/deoxys/configuration.nix index 27e99410..6407cb5f 100644 --- a/nixos/deoxys/configuration.nix +++ b/nixos/deoxys/configuration.nix @@ -34,13 +34,13 @@ }; package = pkgs.nixVersions.latest; buildMachines = [ - { - hostName = "sh.darksailor.dev"; - sshUser = "fs0c131y"; - system = "x86_64-linux"; - protocol = "ssh-ng"; - supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; - } + # { + # hostName = "sh.darksailor.dev"; + # sshUser = "fs0c131y"; + # system = "x86_64-linux"; + # protocol = "ssh-ng"; + # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + # } ]; distributedBuilds = true; }; @@ -86,6 +86,7 @@ description = "servius"; extraGroups = ["networkmanager" "wheel"]; packages = with pkgs; []; + openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub]; }; # Allow unfree packages diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index dafb02af..a4964283 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -75,8 +75,8 @@ users.users.servius = { isNormalUser = true; - description = "Uttarayan"; extraGroups = ["networkmanager" "wheel" "audio" "i2c"]; + openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub]; }; users.groups.i2c = {};