Added some base utilities, fixed DNS

This commit is contained in:
Jan-Bulthuis 2024-12-02 00:49:06 +01:00
parent 3b41645cdf
commit afcf41fbb5
1 changed files with 16 additions and 4 deletions

View File

@ -22,8 +22,19 @@ in
curl curl
dig dig
procps procps
wireguard-tools
usbutils
pciutils
zip
unzip
# TODO: MOVE
quickemu
pdftk
]; ];
virtualisation.docker.enable = true;
modules = { modules = {
# Enable base modules # Enable base modules
clean-tmp.enable = true; clean-tmp.enable = true;
@ -35,10 +46,11 @@ in
}; };
# TODO: Remove everything below, it is here out of convenience and should be elsewhere # TODO: Remove everything below, it is here out of convenience and should be elsewhere
networking.nameservers = [ # networking.nameservers = [
"9.9.9.9" # "9.9.9.9"
"149.112.112.112" # "149.112.112.112"
]; # ];
networking.firewall.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
services.libinput.enable = true; services.libinput.enable = true;
modules.unfree.enable = true; modules.unfree.enable = true;