diff --git a/nixos/modules/sops.nix b/nixos/modules/sops.nix index 7e3aba2..6c1bc24 100755 --- a/nixos/modules/sops.nix +++ b/nixos/modules/sops.nix @@ -9,11 +9,14 @@ let ; hostname = config.networking.hostName; desktop = devices.desktop.name; + server = devices.server.name; fallaryn = devices.fallaryn.name; userLogic = if hostname == desktop then user0 + else if hostname == server then + user0 else if hostname == fallaryn then user2 else