This commit is contained in:
2026-03-04 13:54:08 +01:00
parent c8d2df1be2
commit c4286e7a07

View File

@@ -13,9 +13,6 @@
backupFileExtension = "backup"; backupFileExtension = "backup";
backupCommand = "rm"; backupCommand = "rm";
overwriteBackup = true; overwriteBackup = true;
sharedModules = [
inputs.sops-nix.homeManagerModules.sops # 👈 this
];
}; };
} }
) )