summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-25 19:40:11 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-25 19:40:11 -0500
commitd1bfe309993175184c00d22fc116470b7777e947 (patch)
tree1931744ad7be80d826ac21f0ea5192fbced110f5 /flake.nix
parentc27fa0a0f9e2ec85cbb7338a263ab1511c86e955 (diff)
downloadnixos-d1bfe309993175184c00d22fc116470b7777e947.tar.xz
nixos-d1bfe309993175184c00d22fc116470b7777e947.zip
add poweredge hostHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36e23fa..bee9ee6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,7 @@ rec {
documents = "${home}/docs";
pictures = "${home}/pics";
};
+ sshPublicKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnsnAWcz46OVi1MWSxpOIUtUvwalijDwvW+oEvNjzep" ];
};
homeStateVersion = "24.05"; # Lowest of systems is fine
mkNixosConfiguration = hostname: nixpkgs.lib.nixosSystem {
@@ -76,6 +77,7 @@ rec {
"hp-envy-office"
"libreX60"
"optiplex"
+ "poweredge"
]);
};
}