Update to nixos 23.05

This commit is contained in:
2023-06-07 21:10:31 +02:00
parent 477b38b94c
commit 307d40381f
6 changed files with 33 additions and 33 deletions

View File

@@ -9,14 +9,6 @@
networking.hostName = "redshirt";
networking.networkmanager.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
# keyMap = "no";
useXkbConfig = true; # use xkbOptions in tty.
};
# Enable the X11 windowing system.
services.xserver = {
enable = true;