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
|
gitAndTools.gitFull
|
||||||
nodejs
|
nodejs
|
||||||
rxvt_unicode.terminfo
|
rxvt_unicode.terminfo
|
||||||
|
python37Packages.pygments
|
||||||
rebuilder
|
rebuilder
|
||||||
];
|
];
|
||||||
environment.etc."php.d/cache.ini".text = ''
|
environment.etc."php.d/cache.ini".text = ''
|
||||||
|
@ -168,6 +169,9 @@ in {
|
||||||
|
|
||||||
# Define a user account.
|
# Define a user account.
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
users.groups = {
|
||||||
|
phabricator = {};
|
||||||
|
};
|
||||||
users.users = {
|
users.users = {
|
||||||
root.hashedPassword = secrets.passwordHashes.root;
|
root.hashedPassword = secrets.passwordHashes.root;
|
||||||
lukegb = {
|
lukegb = {
|
||||||
|
|
Loading…
Reference in a new issue