diff --git a/hosts/hp/default.nix b/hosts/hp/default.nix index 24c3713..48eda11 100644 --- a/hosts/hp/default.nix +++ b/hosts/hp/default.nix @@ -19,8 +19,6 @@ in "/var/log/journal" ]; - services.xserver.displayManager.defaultSession = "gnome-xorg"; - services.openssh.hostKeys = [ { type = "ed25519"; path = "${persist}/ssh_host_ed25519_key"; } ];