[fugitive] Make config part of deployed system

This commit is contained in:
ctsk
2023-08-23 17:33:34 +02:00
parent 8bc595175d
commit 16d6da8c6b
3 changed files with 50 additions and 10 deletions

View File

@@ -39,6 +39,10 @@
];
};
environment.systemPackages = with pkgs; [
config-archive
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;