From 6c1cdbe2884e6a1e94b05c83722e832f24259ef9 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Mon, 19 Feb 2024 10:14:33 +0100 Subject: [PATCH] Update Tibo-NixFat --- nixos/hosts/Tibo-NixFat/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/Tibo-NixFat/default.nix b/nixos/hosts/Tibo-NixFat/default.nix index 8d5f415..bb4ab0d 100644 --- a/nixos/hosts/Tibo-NixFat/default.nix +++ b/nixos/hosts/Tibo-NixFat/default.nix @@ -36,7 +36,6 @@ users.tdpeuter.enable = true; virtualisation = { - docker.enable = true; qemu.enable = true; virtualbox.enable = true; }; @@ -55,8 +54,6 @@ }; }; - kernelPackages = pkgs.linuxPackages_hardened; - # Use the systemd-boot EFI boot loader.] loader = { systemd-boot.enable = true; @@ -76,7 +73,6 @@ ]; programs = { - steam.enable = true; zsh.enable = true; }; @@ -101,9 +97,10 @@ xkbVariant = "altgr-intl"; # Touchpad libinput.enable = true; + }; }; - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; time.timeZone = "Europe/Brussels";