mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
p71: server mode
This commit is contained in:
parent
67a528cdb4
commit
3a95b7a628
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue