diff --git a/private b/private index 2ec114f..6933b76 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 2ec114fce790062fee373a9132580e116db1f970 +Subproject commit 6933b76a612bcaf2e70157dc065c25415abf5c4a diff --git a/x230.nix b/x230.nix index 24630b9..6c4f3a0 100644 --- a/x230.nix +++ b/x230.nix @@ -47,7 +47,7 @@ services.logind.lidSwitch = "suspend-then-hibernate"; systemd.sleep.extraConfig = "HibernateDelaySec=1h"; # services.upower.enable = true; - fileSystems."nas".options = [ "noauto" ]; +# fileSystems."nas".options = [ "noauto" ]; programs.sway.enable = true; services.xserver.displayManager.defaultSession = lib.mkForce "sway"; services.xserver.windowManager.i3.enable = lib.mkForce false;