diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c3e8ea6..1a2438c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -14,7 +14,9 @@ # Configure network connections interactively with nmcli or nmtui. networking.networkmanager.enable = true; + programs.fish.enable = true; + programs.tmux.enable = true; # Set your time zone. time.timeZone = "Europe/London"; @@ -80,7 +82,7 @@ }; service = { DISABLE_REGISTRATION = true; - REQUIRE_SIGNIN_VIEW = true; + REQUIRE_SIGNIN_VIEW = false; }; session.COOKIE_SECURE = true; log.LEVEL = "Info";