diff --git a/hosts/hyrule/default.nix b/hosts/hyrule/default.nix index 6fc1993..3cc73c2 100755 --- a/hosts/hyrule/default.nix +++ b/hosts/hyrule/default.nix @@ -12,7 +12,6 @@ in { imports = [ ./hardware-configuration.nix (import "${home-manager}/nixos") - #../../flakes/wishlist/wishlist.nix #../modules/server/nginx.nix #../modules/server/ssh.nix #../modules/server/fail2ban.nix @@ -89,12 +88,8 @@ in { ]; }; - subspace = let - # override - wishlistBash = - pkgs.bash.override { - }; - in { + # TODO: reduce security implications of subspace + subspace = { isNormalUser = true; shell = pkgs.bash; home = "/home/subspace";