make garp headless
This commit is contained in:
parent
04e493faed
commit
d7e9e8b56e
|
@ -4,6 +4,7 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
/** /
|
||||||
services.xserver.displayManager.autoLogin.enable = true;
|
services.xserver.displayManager.autoLogin.enable = true;
|
||||||
services.xserver.displayManager.autoLogin.user = "pbsds";
|
services.xserver.displayManager.autoLogin.user = "pbsds";
|
||||||
# tmp: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
|
# tmp: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
|
||||||
|
@ -13,6 +14,7 @@
|
||||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||||
#hardware.nvidia.modesetting.enable = false; # makes atom behave, but mpv refuses to start
|
#hardware.nvidia.modesetting.enable = false; # makes atom behave, but mpv refuses to start
|
||||||
|
/**/
|
||||||
|
|
||||||
# PRIME: (lspci)
|
# PRIME: (lspci)
|
||||||
#hardware.nvidia.prime.intelBusId = "PCI:0:02:0";
|
#hardware.nvidia.prime.intelBusId = "PCI:0:02:0";
|
||||||
|
@ -23,7 +25,7 @@
|
||||||
../../profiles/auto-upgrade.nix
|
../../profiles/auto-upgrade.nix
|
||||||
../../profiles/upgrade-diff.nix
|
../../profiles/upgrade-diff.nix
|
||||||
../../profiles/sshd.nix
|
../../profiles/sshd.nix
|
||||||
../../profiles/no-suspend.nix
|
#../../profiles/no-suspend.nix
|
||||||
#../../profiles/podman.nix
|
#../../profiles/podman.nix
|
||||||
#../../profiles/docker.nix
|
#../../profiles/docker.nix
|
||||||
|
|
||||||
|
@ -34,7 +36,7 @@
|
||||||
../../profiles/shell/nix-utils.nix
|
../../profiles/shell/nix-utils.nix
|
||||||
#../../profiles/shell/binfmt-emu.nix # qemu won't compile...
|
#../../profiles/shell/binfmt-emu.nix # qemu won't compile...
|
||||||
|
|
||||||
../../profiles/desktop/base.nix
|
#../../profiles/desktop/base.nix
|
||||||
#../../profiles/desktop/gnome # configures gdm
|
#../../profiles/desktop/gnome # configures gdm
|
||||||
##../../profiles/desktop/sound/alsa.nix
|
##../../profiles/desktop/sound/alsa.nix
|
||||||
##../../profiles/desktop/sound/pulseaudio.nix
|
##../../profiles/desktop/sound/pulseaudio.nix
|
||||||
|
|
Loading…
Reference in New Issue