summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix30
-rw-r--r--hosts/nixios/default.nix2
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 {