p71: server mode

This commit is contained in:
Sridhar Ratnakumar 2021-06-30 13:41:16 -04:00
parent 67a528cdb4
commit 3a95b7a628
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,6 @@
# Features common to all of my machines
./features/self-ide.nix
./features/block-socialmedia.nix
./features/desktopish
./features/caches
./features/current-location.nix
./features/passwordstore.nix
@ -62,7 +61,7 @@
[
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
#./features/desktopish/fonts.nix
# ./features/server-mode.nix
./features/server-mode.nix
# ./features/postgrest.nix
];
nixosConfigurations.x1c7 = mkHomeMachine
@ -70,6 +69,7 @@
[
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-7th-gen
./features/email
./features/desktopish
];
};
}

View file

@ -62,7 +62,7 @@
# Enable the X11 windowing system.
services.xserver = {
enable = true;
enable = false;
videoDrivers = [ "nvidia" "intel" ];
#displayManager.gdm.enable = true;
#desktopManager.gnome.enable = true;