chore: set hostname by var, remove trash, add missing ssh files

This commit is contained in:
2024-11-02 01:44:24 +01:00
parent 551800c69b
commit 395fe1d235
8 changed files with 8 additions and 88 deletions

View File

@ -14,7 +14,6 @@
modules = [
./hardware/mennos-laptop.nix
./configuration.nix
{ networking.hostName = "mennos-laptop"; }
];
};
"mennos-gamingpc" = nixpkgs.lib.nixosSystem {
@ -22,7 +21,6 @@
modules = [
./hardware/mennos-gamingpc.nix
./configuration.nix
{ networking.hostName = "mennos-desktop"; }
];
};
};