about summary refs log tree commit diff stats
path: root/system/fileSystemLayouts (follow)
Commit message (Collapse)AuthorAge
* Fix(system/file_system_layout): Use str instead of intene2023-03-21
| | | | | An int can't be coerced to a string, but this is needed to use it in the config file.
* Feat(system): Enable swap & zram swap & hibernateene2023-03-20
|
* Fix(system/fslayout): Add 2G to the / sizeene2023-03-05
|
* Fix(system): Remove extra tempfsene2023-02-21
| | | | | This was overmounting the /home directory, so generated user homes where deleted
* Fix(system): Try to fix permissions on mount pointene2023-02-21
|
* Fix(system): Fix typo in fs namesene2023-02-21
|
* Fix(filesystem): Hardcode the user home to prevent recusionene2023-02-21
|
* Fix(system): Refactor impermanenceene2023-02-20
|
* Fix(system): Fix typosene2023-02-19
|
* Fix(system): Rework some btrfs subvolume names and add lazyatimeene2023-02-17
| | | | | | The lazyatime mount setting should increase the performance somewhat, especially because I don't really need atime. Thought using noatime might make this setting completely useless, so it might get removed again.
* Feat(impermanence): Add full stack tempfsene2023-02-16
|
* Feat: Add impersistent for persistent files and dirsene2023-02-16
|
* Fix: Comment infinite recursion causing linesene2023-02-11
| | | | | I will probably use a module for persistent file systems, so commenting this seems the best option for now.
* Feat: Switch to default.nixene2023-02-11