Feat/extra needed apps #29

Merged
lyrathorpe merged 8 commits from feat/extra-needed-apps into main 2026-06-16 11:56:13 +01:00
Showing only changes of commit 2b69485107 - Show all commits
+5
View File
@@ -43,6 +43,11 @@
autoPrune.enable = true; autoPrune.enable = true;
}; };
# Match the flake's nixosConfigurations attribute name so `nh os switch`
# (which selects by the local hostname) resolves without an explicit
# -H/--hostname flag. The default would otherwise be the stock NixOS "nixos".
networking.hostName = "emmathorpe-edaas";
networking.resolvconf.enable = false; networking.resolvconf.enable = false;
# Drop the systemd-ssh-proxy Include from the generated /etc/ssh/ssh_config. # Drop the systemd-ssh-proxy Include from the generated /etc/ssh/ssh_config.