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";