about summary refs log tree commit diff stats
path: root/system (follow)
Commit message (Collapse)AuthorAge
...
* Revert: nerdfontsene2023-03-05
|
* Fix(system/fslayout): Add 2G to the / sizeene2023-03-05
|
* Fix(system/fonts): Use full nerdfontene2023-03-05
|
* Fix(system/graphics): Activate openglene2023-03-05
|
* Fix(system|hm/river): revert to plain dvorakene2023-03-03
|
* Fix(system): Switch to dvorak-programmer layoutene2023-02-28
|
* Feat(wms): Add swayene2023-02-25
|
* Fix(users): Use zsh as default shell againene2023-02-25
|
* Fix(zsh): Make deployment possibleene2023-02-25
|
* Fix(system): Add networkmanagers confdir to persistenceene2023-02-25
|
* Feat(system): Add openssh accessene2023-02-25
|
* Feat(system): Remove default packagesene2023-02-25
|
* Fix(font): Remove spaces in nameene2023-02-21
|
* Fix(fonts): Use correct fontsene2023-02-21
|
* Fix(grub): Use the picture, not the themeene2023-02-21
|
* 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: add needed settingene2023-02-21
|
* Fix: Append to laterene2023-02-21
|
* Fix(system): Try to fix permissions on mount pointene2023-02-21
|
* Fix(system): Move the nixos-config to the main srv subvene2023-02-21
|
* Fix(system): Fix typo in fs namesene2023-02-21
|
* Style(autoformat): Formatting with alejandraene2023-02-21
|
* Fix(filesystem): Hardcode the user home to prevent recusionene2023-02-21
|
* Fix(impermanence): Rework the importsene2023-02-21
|
* Fix(system): Refactor impermanenceene2023-02-20
|
* Fix(system): Remove unnecessary persistent fileene2023-02-20
|
* Feat(flake): Move the in and outputs to separate filesene2023-02-20
|
* Feat(home-manager): Actually deploy the packagesene2023-02-19
|
* Feat(lib): Import my system libraryene2023-02-19
|
* Fix(system): Fully embrace the home packagesene2023-02-19
|
* Fix: Import the new configsene2023-02-19
|
* Fix(system): Fix typosene2023-02-19
|
* Fix: Add fonts explicitlyene2023-02-18
|
* Style(home-manager): Format with alejandraene2023-02-18
|
* Feat(home-manager): Add local packagesene2023-02-17
|
* 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.
* 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(impermanence): Add full stack tempfsene2023-02-16
|
* Feat: Add impersistent for persistent files and dirsene2023-02-16
|
* Feat(home-manager): Make the home configuration betterene2023-02-11
|
* 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
|
* Feat: Mounted .config as tempfsene2023-02-05
| | | | | This should make it easier to ensure, that all configs files are saved in home-manger.
* Feat: Switch to Default.nix filesene2023-02-05
| | | | This make the imported path somewhat shorter.
* Fix: This fixes the booting process somehow?ene2023-02-05
| | | | | I don't see what's wrong with the compressor, but with it the boot fails with the message, that the initrd couldn't be uncompressed.
* Feat: Reworked the Filesystem configurationene2023-02-04
| | | | | This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file.