diff options
| author | brustybee <bee@4d2.org> | 2026-03-13 14:28:33 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-13 14:28:33 +0530 |
| commit | 6b7b13a08b0df2cb22d3927d9d4e24e48b006120 (patch) | |
| tree | 51cfbf5ac56678372e4057ac414b7713b7e8ad1f /hosts | |
| parent | c3f5799c70a15902e706d65d09fc4565267c5064 (diff) | |
i like it boxy fix xorg systemd services startup and more
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/common.nix | 30 | ||||
| -rw-r--r-- | hosts/nixios/default.nix | 2 |
2 files changed, 31 insertions, 1 deletions
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 { |
