diff options
| author | Grigory Shipunov | 2022-06-18 14:51:14 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 14:51:14 +0200 |
| commit | 7d209f6d0357333f69866a0e2b8aa91a3acd90cc (patch) | |
| tree | 44fe45e2e918515e69ed01bff3f0601f82f5665e /flake.nix | |
| parent | 3f0894f4537d7931e1d42721893b61c57e4787ee (diff) | |
secrets: set owner explicitly
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 ]; }; |
