From 7d209f6d0357333f69866a0e2b8aa91a3acd90cc Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 14:51:14 +0200 Subject: secrets: set owner explicitly --- flake.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9732266..cc9a3fe 100644 --- a/flake.nix +++ b/flake.nix @@ -39,10 +39,7 @@ system = "x86_64-linux"; modules = [ sops-nix.nixosModules.sops - ./hosts/cirrus/configuration.nix - ./hosts/cirrus/hardware-configuration.nix - ./hosts/cirrus/secrets.nix - ./hosts/cirrus/wireguard-server.nix + ./hosts/cirrus ./modules/basic-tools.nix ]; }; @@ -51,10 +48,7 @@ modules = [ sops-nix.nixosModules.sops microvm.nixosModules.host - ./hosts/dishwasher/configuration.nix - ./hosts/dishwasher/hardware-configuration.nix - ./hosts/dishwasher/oxalab.nix - ./hosts/dishwasher/secrets.nix + ./hosts/dishwasher ./modules/basic-tools.nix ]; }; -- cgit v1.3.1