Skip to content

Commit 841c9b8

Browse files
committed
nix: static dns & fix isNormalUser
1 parent 4f84140 commit 841c9b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
];
6565
};
6666

67+
networking.nameservers = ["9.9.9.9" "149.112.112.112"];
68+
6769
# Define a user account. Don't forget to set a password with ‘passwd’.
6870
users.extraGroups.ngyj.gid = 1000;
6971
users.extraGroups.aigis.gid = 1001;
@@ -84,6 +86,7 @@
8486
description = "Aigis";
8587
group = "aigis";
8688
uid = 1001;
89+
isNormalUser = true;
8790
};
8891
};
8992

0 commit comments

Comments
 (0)