We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df92d70 commit 4083fe4Copy full SHA for 4083fe4
nix/common/users.nix
@@ -1,8 +1,7 @@
1
# This should be applied on all hosts
2
-{ config, lib, pkgs, ... }: {
+{ config, pkgs, ... }: {
3
# always use only the configured users
4
users.mutableUsers = false;
5
- users.groups.staff = {};
6
users.users = {
7
root = {
8
openssh.authorizedKeys.keys = [
0 commit comments