Archived
1
0
forked from rarias/bscpkgs

Move arocanon user from xeon08 to common

This commit is contained in:
2023-06-14 16:16:46 +02:00
parent 6558a6ab77
commit 0b57bbc6e3
2 changed files with 20 additions and 20 deletions

View File

@@ -1,18 +1,6 @@
{ ... }:
{
users = {
users.arocanon = {
uid = 1042;
isNormalUser = true;
home = "/home/Computational/arocanon";
description = "Aleix Roca";
group = "Computational";
extraGroups = [ "wheel" ];
hashedPassword = "$6$hliZiW4tULC/tH7p$pqZarwJkNZ7vS0G5llWQKx08UFG9DxDYgad7jplMD8WkZh5k58i4dfPoWtnEShfjTO6JHiIin05ny5lmSXzGM/";
};
};
security.sudo.extraRules= [{
users = [ "arocanon" ];
commands = [{