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