Update common.nix

This commit is contained in:
ediblerope 2026-01-22 10:59:26 +00:00 committed by GitHub
parent 866c8850b6
commit aaaf954441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ in
# Enable network-manager
networking.networkmanager.enable = true;
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
# Shell aliases
environment.shellAliases = {