configuration.nix aktualisiert
This commit is contained in:
parent
ea41625aeb
commit
7fcd4a157e
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
./user-chch.nix
|
||||
];
|
||||
|
||||
networking.hostName = "chch-elabl-r"; # Define your hostname.
|
||||
networking.hostName = "$HOSTNAME_HERE"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
@ -35,8 +35,8 @@
|
|||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue