about summary refs log tree commit diff stats
path: root/system/users (follow)
Commit message (Collapse)AuthorAge
* Fix(users): Use zsh as default shell againene2023-02-25
|
* Fix(zsh): Make deployment possibleene2023-02-25
|
* Feat(system): Add openssh accessene2023-02-25
|
* Style(formatting): Format and improve commentsene2023-02-21
|
* Fix(system): Remove extra tempfsene2023-02-21
| | | | | This was overmounting the /home directory, so generated user homes where deleted
* Fix(home): permissions (hopefully)ene2023-02-21
|
* Fix(user): Add a real module and change passwordsene2023-02-21
|
* Fix: Further bc of the home issueene2023-02-21
|
* Fix(users): Change home of soispha to /home/soisphaene2023-02-17
| | | | | This puts the home directory in the tempfs part of the filesystem, so all, not explicitly specified directories, will be restored upon reboot.
* Feat: Switch to default.nixene2023-02-11
|
* Feat: Reworked the Filesystem configurationene2023-02-04
| | | | | This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file.
* Feat: Split the config apartene2023-02-03