Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Feat(disko): Squash Commit | Soispha | 2023-07-10 |
| | |||
* | Fix(system): Disable timer activated systemd services | Soispha | 2023-05-09 |
| | |||
* | Fix(system/fsl): Use swapfile only for hibernate | ene | 2023-04-04 |
| | |||
* | Fix(system/file_system_layout): Use str instead of int | ene | 2023-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 & hibernate | ene | 2023-03-20 |
| | |||
* | Fix(system/fslayout): Add 2G to the / size | ene | 2023-03-05 |
| | |||
* | Fix(system): Remove extra tempfs | ene | 2023-02-21 |
| | | | | | This was overmounting the /home directory, so generated user homes where deleted | ||
* | Fix(system): Try to fix permissions on mount point | ene | 2023-02-21 |
| | |||
* | Fix(system): Fix typo in fs names | ene | 2023-02-21 |
| | |||
* | Fix(filesystem): Hardcode the user home to prevent recusion | ene | 2023-02-21 |
| | |||
* | Fix(system): Refactor impermanence | ene | 2023-02-20 |
| | |||
* | Fix(system): Fix typos | ene | 2023-02-19 |
| | |||
* | Fix(system): Rework some btrfs subvolume names and add lazyatime | ene | 2023-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 tempfs | ene | 2023-02-16 |
| | |||
* | Feat: Add impersistent for persistent files and dirs | ene | 2023-02-16 |
| | |||
* | Fix: Comment infinite recursion causing lines | ene | 2023-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.nix | ene | 2023-02-11 |