summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-05-30 11:28:34 +0200
committerSilas Schöffel <sils@sils.li>2024-05-30 11:28:34 +0200
commit9d88027cb7fcf67b5f657fdbce99f4450df4bd22 (patch)
tree6f0f84283906b1401271f7d29b0498df614db42d
parentmail: declare accounts (diff)
downloadnix-config-9d88027cb7fcf67b5f657fdbce99f4450df4bd22.tar.gz
nix-config-9d88027cb7fcf67b5f657fdbce99f4450df4bd22.zip
thinklappi: manually declare home-manager.backupFileExtension
-rw-r--r--hosts/thinklappi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/thinklappi.nix b/hosts/thinklappi.nix
index 67c5c57..23d3779 100644
--- a/hosts/thinklappi.nix
+++ b/hosts/thinklappi.nix
@@ -10,4 +10,5 @@
       system = "x86_64-linux";
     };
   };
+  home-manager.backupFileExtension = "backup";
 }