From 1cf2fd35a96df77244b37db5c4989a19c3bcbe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Fri, 21 Jun 2024 01:28:53 -0400 Subject: [PATCH] oopsie --- domus.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;