Improved resiliency of home-manager config

This commit is contained in:
Greg Hellings
2024-08-13 23:24:49 -05:00
parent f52c5f85e8
commit 81259d529c
+2
View File
@@ -33,6 +33,8 @@ in
allowUnfree = true; allowUnfree = true;
}; };
home-manager.backupFileExtension = "bkp";
# Base packages that need to be in all my hosts # Base packages that need to be in all my hosts
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
agenix agenix