summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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"
]);
};
}