enable sops

This commit is contained in:
Sridhar Ratnakumar 2024-02-13 04:13:55 -05:00
parent efe9417ade
commit bd4b620d23

View file

@ -71,12 +71,13 @@
immediacy = self.nixos-flake.lib.mkLinuxSystem {
imports = [
self.nixosModules.default # Defined in nixos/default.nix
inputs.sops-nix.nixosModules.sops
./systems/hetzner/ax41.nix
./nixos/server/harden.nix
];
services.tailscale.enable = true;
#sops.defaultSopsFile = ./secrets.json;
#sops.defaultSopsFormat = "json";
sops.defaultSopsFile = ./secrets.json;
sops.defaultSopsFormat = "json";
};
actual = self.nixos-flake.lib.mkLinuxSystem {