about summary refs log tree commit diff
path: root/machines/profpatsch/lib.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch: moar groups!Profpatsch2021-10-261-1/+9
|
* machines/shiki: reenable virtualbox and fix group nameProfpatsch2021-07-191-1/+1
|
* machines/profpatsch: make bitlbee and philip normal userssternenseemann2021-04-181-0/+1
| | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/115332 introduced a new check that requires either isSystemUser or isNormalUser to be true to help UID collision checks (I don't remember how this exactly aids that). To fix evaluation of @Profpatsch's machines, I've set isNormalUser for bitlbee and philip. Note that bitlbee probably should be a system user, but seems like there may be issues with that: https://github.com/NixOS/nixpkgs/pull/115332#issuecomment-792287827 Just to be safe, leave it as a normal user for now, the proper fix seems to be to move the data dir creation into the service setup, rather than doing it via the home setup.
* machines/profpatsch: add *all the* VM usersProfpatsch2019-08-281-1/+1
|
* machines/shiki: give up, just add "docker" group to userProfpatsch2019-05-311-1/+1
|
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-161-0/+17
Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.