From dd95df429729aa796a32b5b81695c6083b4eb6b1 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Sun, 29 Oct 2023 22:29:30 -0400 Subject: [PATCH] possible fix --- hosts/JWST/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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? }