thinknix: enable guest user as a module

Introduce a guest user module that sets up a guest user with the default
desktop home packages through the home-manager NixOS module.

Enabled on thinknix.
This commit is contained in:
Trolli Schmittlauch 2024-08-07 00:32:03 +02:00
parent 8911511edc
commit 83858d6d11
4 changed files with 77 additions and 1 deletions

View file

@ -22,6 +22,8 @@
speed = 180;
};
schmittlauch.guestUser.enable = true;
networking.hostName = "thinknix";
# This value determines the NixOS release with which your system is to be