diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index ddab13a..67da7dc 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -14,7 +14,7 @@ boot.loader = { efi.canTouchEfiVariables = true; - efi.efiSysMountPoint = "/boot/efi"; + # efi.efiSysMountPoint = "/boot/efi"; grub = { efiSupport = true; configurationLimit = 10; @@ -87,7 +87,6 @@ }; programs.river.enable = true; - programs.sway.enable = true; # programs.river.extraPackages = with pkgs; [ # swaylock # swayidle @@ -130,5 +129,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "23.05"; # Did you read the comment? }