Update common.nix
This commit is contained in:
parent
866c8850b6
commit
aaaf954441
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue