diff --git a/hosts/garp/default.nix b/hosts/garp/default.nix index c5377cb..9471c6b 100644 --- a/hosts/garp/default.nix +++ b/hosts/garp/default.nix @@ -4,6 +4,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + /** / services.xserver.displayManager.autoLogin.enable = true; services.xserver.displayManager.autoLogin.user = "pbsds"; # tmp: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 @@ -13,6 +14,7 @@ #boot.kernelPackages = pkgs.linuxPackages_latest; #hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest; #hardware.nvidia.modesetting.enable = false; # makes atom behave, but mpv refuses to start + /**/ # PRIME: (lspci) #hardware.nvidia.prime.intelBusId = "PCI:0:02:0"; @@ -23,7 +25,7 @@ ../../profiles/auto-upgrade.nix ../../profiles/upgrade-diff.nix ../../profiles/sshd.nix - ../../profiles/no-suspend.nix + #../../profiles/no-suspend.nix #../../profiles/podman.nix #../../profiles/docker.nix @@ -34,7 +36,7 @@ ../../profiles/shell/nix-utils.nix #../../profiles/shell/binfmt-emu.nix # qemu won't compile... - ../../profiles/desktop/base.nix + #../../profiles/desktop/base.nix #../../profiles/desktop/gnome # configures gdm ##../../profiles/desktop/sound/alsa.nix ##../../profiles/desktop/sound/pulseaudio.nix