base: add default user to wheel

This commit is contained in:
matthewcroughan 2022-07-13 07:39:45 +01:00
parent 7f60d1bdb2
commit 9f153f5b6a

View File

@ -27,6 +27,9 @@
users.default = { users.default = {
password = "visionfive-nix"; password = "visionfive-nix";
isNormalUser = true; isNormalUser = true;
extraGroups = [
"wheel"
];
}; };
}; };
} }