move all host-specific configuration to hosts directory

This commit is contained in:
Katherina Walshe-Grey 2024-09-17 17:22:58 +01:00
parent 7189fae109
commit f4da07c4e6
4 changed files with 16 additions and 31 deletions

View file

@ -5,6 +5,12 @@
./hardware-configuration.nix
];
networking.hostId = "534b538e";
deployment = {
targetHost = "kalessin.birdsong.network";
buildOnTarget = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;