diff options
Diffstat (limited to 'configurations/eonwe')
-rw-r--r-- | configurations/eonwe/default.nix | 15 | ||||
-rw-r--r-- | configurations/eonwe/ollama.nix | 1 | ||||
-rw-r--r-- | configurations/eonwe/vidya.nix | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index d6bc46c..d88f31e 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -17,7 +17,10 @@ openssh.server = { enable = true; - port = 22; + ports = [ + 22 + 22022 + ]; }; android.enable = true; @@ -165,11 +168,6 @@ }; }; - openssh.settings = { - KbdInteractiveAuthentication = lib.mkForce true; - PasswordAuthentication = lib.mkForce true; - }; - udev.packages = [ pkgs.vial ]; xserver.wacom.enable = true; @@ -315,7 +313,10 @@ }; }; - nix.settings.trusted-users = [ "builder" ]; + nix.settings = { + trusted-users = [ "builder" ]; + system-features = [ "big-parallel" ]; + }; # https://cl.tvl.fyi/c/depot/+/12961 systemd.services = diff --git a/configurations/eonwe/ollama.nix b/configurations/eonwe/ollama.nix index 13ff300..4b30e0d 100644 --- a/configurations/eonwe/ollama.nix +++ b/configurations/eonwe/ollama.nix @@ -27,7 +27,6 @@ services = { ollama = { - # FIXME https://github.com/NixOS/nixpkgs/issues/376930 enable = true; host = "0.0.0.0"; diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix index 0cde57a..61df505 100644 --- a/configurations/eonwe/vidya.nix +++ b/configurations/eonwe/vidya.nix @@ -31,6 +31,7 @@ # fallout-ce # fallout2-ce # gzdoom + # opengothic # openmw # openttd # qzdl |