From 6b7b13a08b0df2cb22d3927d9d4e24e48b006120 Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 13 Mar 2026 14:28:33 +0530 Subject: i like it boxy fix xorg systemd services startup and more --- hosts/common.nix | 30 ++++++++++++++++++++++++++++++ hosts/nixios/default.nix | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index 3028f6d..035dbcf 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -27,6 +27,36 @@ flake = "/home/${user}/.config/beeSystems"; }; + # programs.ssh.extraConfig = '' + # Host eu.nixbuild.net + # PubkeyAcceptedKeyTypes ssh-ed25519 + # ServerAliveInterval 60 + # IPQoS throughput + # IdentityFile /home/bee/my-nixbuild-key + # ''; + # + # programs.ssh.knownHosts = { + # nixbuild = { + # hostNames = [ "eu.nixbuild.net" ]; + # publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIQCZc54poJ8vqawd8TraNryQeJnvH1eLpIDgbiqymM"; + # }; + # }; + # + # nix = { + # distributedBuilds = true; + # buildMachines = [ + # { + # hostName = "eu.nixbuild.net"; + # system = "x86_64-linux"; + # maxJobs = 100; + # supportedFeatures = [ + # "benchmark" + # "big-parallel" + # ]; + # } + # ]; + # }; + boot.loader = { efi.canTouchEfiVariables = true; timeout = 50; diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix index 0ed1393..3e5f52f 100644 --- a/hosts/nixios/default.nix +++ b/hosts/nixios/default.nix @@ -45,7 +45,7 @@ beeMods = { mango.enable = true; - dwm.enable = false; + dwm.enable = true; }; xdg.portal = lib.mkForce { -- cgit v1.3.1