marukuru: readd pygments and phabricator group

This commit is contained in:
Luke Granger-Brown 2020-05-03 19:18:12 +01:00
parent dfbcb353af
commit 10ea6c910e

View file

@ -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 = {