This commit is contained in:
Kopatz
2025-11-01 21:24:07 +01:00
parent e1bbfb4b78
commit 7f2ec92017
7 changed files with 62 additions and 50 deletions

View File

@@ -180,6 +180,14 @@
./systems/laptop/configuration.nix
];
};
"dell" = mkHost {
modules = [
### User specific ###
disko.nixosModules.disko
./users/kopatz
./systems/dell/configuration.nix
];
};
#initial install done with nix run github:nix-community/nixos-anywhere/73a6d3fef4c5b4ab9e4ac868f468ec8f9436afa7 -- --flake .#adam-site root@<ip>
#update with nixos-rebuild switch --flake .#adam-site --target-host "root@<ip>"
"adam-site" = mkStableServer {