marukuru: readd pygments and phabricator group
This commit is contained in:
parent
dfbcb353af
commit
10ea6c910e
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ in {
|
|||
gitAndTools.gitFull
|
||||
nodejs
|
||||
rxvt_unicode.terminfo
|
||||
python37Packages.pygments
|
||||
rebuilder
|
||||
];
|
||||
environment.etc."php.d/cache.ini".text = ''
|
||||
|
@ -168,6 +169,9 @@ in {
|
|||
|
||||
# Define a user account.
|
||||
users.mutableUsers = false;
|
||||
users.groups = {
|
||||
phabricator = {};
|
||||
};
|
||||
users.users = {
|
||||
root.hashedPassword = secrets.passwordHashes.root;
|
||||
lukegb = {
|
||||
|
|
Loading…
Reference in a new issue