1

Flake: Import sops module on nix-darwin

This commit is contained in:
2026-03-26 21:01:24 +01:00
parent 34f61d4f27
commit 288496afa1

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
];
}; };
}; };