diff --git a/common/pubkeys.nix b/common/pubkeys.nix index 5147644..561ed0b 100644 --- a/common/pubkeys.nix +++ b/common/pubkeys.nix @@ -13,5 +13,5 @@ ''; }; - config.pubkeys = import (self + /pubkeys.nix); + config.pubkeys = import self + /pubkeys.nix; } diff --git a/hosts/desktop/glacier/users.nix b/hosts/desktop/glacier/users.nix index 7947add..11c1a30 100644 --- a/hosts/desktop/glacier/users.nix +++ b/hosts/desktop/glacier/users.nix @@ -1,10 +1,4 @@ -{ - config, - lib, - ... -}: { - age.secrets = lib.mkSecrets {"user-guest" = {};}; - +{config, ...}: { users.users.guest = { description = "Guest"; uid = 1001;