mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 18:22:35 +08:00
..
This commit is contained in:
parent
4e2769d536
commit
2bcb63650b
3 changed files with 8 additions and 12 deletions
|
|
@ -27,4 +27,10 @@
|
|||
xclip
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = false;
|
||||
#displayManager.gdm.enable = true;
|
||||
#desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
|
@ -10,6 +9,6 @@
|
|||
SCHED_POWERSAVE_ON_AC = 1;
|
||||
};
|
||||
};
|
||||
# This machine is now a long-running home-server with a bluetooth keyboard
|
||||
# This machine is now a long-running home-server
|
||||
services.logind.lidSwitch = "ignore";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" "intel" ];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
@ -59,15 +59,6 @@
|
|||
networking.interfaces.enp0s31f6.useDHCP = true;
|
||||
networking.interfaces.wlp4s0.useDHCP = true;
|
||||
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
enable = false;
|
||||
videoDrivers = [ "nvidia" "intel" ];
|
||||
#displayManager.gdm.enable = true;
|
||||
#desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.ipfs = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue