diff --git a/domus.nix b/domus.nix index ee332a1..ccfa2c4 100644 --- a/domus.nix +++ b/domus.nix @@ -11,10 +11,10 @@ sops.defaultSopsFile = .secrets/secrets.yaml; sops.defaultSopsFormat = "yaml"; sops.age.keyFile = "/home/alexuty/.config/sops/age/keys.txt"; - sops.secrets."syncthing/devices/Primus" - sops.secrets."syncthing/devices/AbbyPuter" - sops.secrets."syncthing/devices/SteamDeck" - sops.secrets."syncthing/devices/Pixel8" + sops.secrets."syncthing/devices/Primus" = { }; + sops.secrets."syncthing/devices/AbbyPuter" = { }; + sops.secrets."syncthing/devices/SteamDeck" = { }; + sops.secrets."syncthing/devices/Pixel8" = { }; # Bootloader. boot.loader.systemd-boot.enable = true;