From fafe96e03d8b3fa79b4413b03c64e913ee0b6c85 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 06:24:38 -0800 Subject: [PATCH] Try to fix pullomatic --- nixos/system/home/shared.nix | 1 - nixos/system/users.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 956eaa2..83db851 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -57,7 +57,6 @@ in { programs = { home-manager.enable = true; - home-manager.backupFileExtension = "backup"; nix-index.enable = true; nix-index.enableZshIntegration = true; nix-index-database.comma.enable = true; diff --git a/nixos/system/users.nix b/nixos/system/users.nix index a6f56ca..1ecd6d6 100644 --- a/nixos/system/users.nix +++ b/nixos/system/users.nix @@ -71,4 +71,5 @@ in { users.users = rootUser.users.users // ironmagmaUser.users.users // {}; home-manager.users = rootUser.home-manager.users; + home-manager.backupFileExtension = "backup"; }