Flake: Import sops module on nix-darwin

This commit is contained in:
2026-03-26 21:02:11 +01:00
parent 34f61d4f27
commit 288496afa1
+3 -1
View File
@@ -221,7 +221,9 @@
hostname = "darwinix"; hostname = "darwinix";
username = "christoph"; username = "christoph";
headless = false; headless = false;
extraModules = []; extraModules = [
inputs.sops-nix.darwinModules.sops
];
}; };
}; };