1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: added nvidia support in containters, enabled resolvconf & updated some configs

This commit is contained in:
xnm
2024-11-23 17:11:09 +02:00
parent 8dcff38a63
commit c92884a39a
5 changed files with 17 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
# If using resolvconf:
resolvconf = {
enable = false; # FIXME remember to delete /etc/resolv.conf after applying this config
enable = true; # FIXME remember to delete /etc/resolv.conf if you disable `resolvconf`
useLocalResolver = true;
};