treewide: move all deployment keys to flake.nix

This commit is contained in:
Katherina Walshe-Grey 2024-09-18 03:06:48 +01:00
parent 32dabca83f
commit 9f6d0fbaf8
7 changed files with 26 additions and 17 deletions

View file

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