{ commonMods, ... }: { modules = [ # From this machine I work. (commonMods + "/sops/work.nix") # From this machine I develop VienDesu! (commonMods + "/sops/viendesu.nix") ]; sops = { secrets."users/nero/password" = { neededForUsers = true; }; }; }