mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Fix build uncommented
This commit is contained in:
parent
ea10bd0c70
commit
fc96ccde8d
6 changed files with 14 additions and 15 deletions
|
|
@ -82,6 +82,14 @@ in {
|
|||
};
|
||||
networking.firewall.allowedTCPPorts = [80];
|
||||
|
||||
# Wildcard DNS: *.word.local -> 127.0.0.1 via NetworkManager's built-in dnsmasq
|
||||
networking.networkmanager.dns = "dnsmasq";
|
||||
# Force resolv.conf to use local dnsmasq so wildcard DNS is actually queried
|
||||
networking.resolvconf.useLocalResolver = true;
|
||||
environment.etc."NetworkManager/dnsmasq.d/word-local.conf".text = ''
|
||||
address=/.word.local/127.0.0.1
|
||||
'';
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
}: {
|
||||
# Modules
|
||||
mods.terminal.zsh.enable = true;
|
||||
# mods.terminal.development.enable = true;
|
||||
# mods.terminal.tools.enable = true;
|
||||
|
||||
# Version of first install
|
||||
home.stateVersion = "24.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue