mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 07:44:58 +08:00
enable sops
This commit is contained in:
parent
efe9417ade
commit
bd4b620d23
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue