From e384a91e68fb0511a213c56c20231c4f5742d097 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 27 Mar 2024 07:40:25 +0100 Subject: no bcachfs --- common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 4319422..20a7d77 100644 --- a/common.nix +++ b/common.nix @@ -25,9 +25,8 @@ in # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - # use the latest kernel with bcachefs + # use the latest kernel boot.kernelPackages = pkgs.linuxPackages_latest; - boot.supportedFilesystems = [ "bcachefs" ]; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; @@ -127,7 +126,7 @@ in console.useXkbConfig = true; # enable the KDE Plasma Desktop Environment - services.xserver.desktopManager.plasma6.enable = true; + services.desktopManager.plasma6.enable = true; # greetd console display manager services.greetd = { -- cgit v1.2.3