Set up sops-nix

This commit is contained in:
2023-03-07 23:08:39 +01:00
parent 2ad7b7b2c3
commit 1d99bbfd46
5 changed files with 63 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ in {
allowUnfree = true;
};
sops.defaultSopsFile = ../secrets/default.yaml;
nix = {
package = unstable-pkgs.nixVersions.stable;
distributedBuilds = config.networking.hostName != "Tsuki";