aboutsummaryrefslogtreecommitdiffstats
path: root/system (unfollow)
Commit message (Collapse)Author
2023-02-25Fix(users): Use zsh as default shell againene
2023-02-25Fix(zsh): Make deployment possibleene
2023-02-25Fix(system): Add networkmanagers confdir to persistenceene
2023-02-25Feat(system): Add openssh accessene
2023-02-25Feat(system): Remove default packagesene
2023-02-21Fix(font): Remove spaces in nameene
2023-02-21Fix(fonts): Use correct fontsene
2023-02-21Fix(grub): Use the picture, not the themeene
2023-02-21Style(formatting): Format and improve commentsene
2023-02-21Fix(system): Remove extra tempfsene
This was overmounting the /home directory, so generated user homes where deleted
2023-02-21Fix(home): permissions (hopefully)ene
2023-02-21Fix(user): Add a real module and change passwordsene
2023-02-21Fix: Further bc of the home issueene
2023-02-21Fix: add needed settingene
2023-02-21Fix: Append to laterene
2023-02-21Fix(system): Try to fix permissions on mount pointene
2023-02-21Fix(system): Move the nixos-config to the main srv subvene
2023-02-21Fix(system): Fix typo in fs namesene
2023-02-21Style(autoformat): Formatting with alejandraene
2023-02-21Fix(filesystem): Hardcode the user home to prevent recusionene
2023-02-21Fix(impermanence): Rework the importsene
2023-02-20Fix(system): Refactor impermanenceene
2023-02-20Fix(system): Remove unnecessary persistent fileene
2023-02-20Feat(flake): Move the in and outputs to separate filesene
2023-02-19Feat(home-manager): Actually deploy the packagesene
2023-02-19Feat(lib): Import my system libraryene
2023-02-19Fix(system): Fully embrace the home packagesene
2023-02-19Fix: Import the new configsene
2023-02-19Fix(system): Fix typosene
2023-02-18Fix: Add fonts explicitlyene
2023-02-18Style(home-manager): Format with alejandraene
2023-02-17Feat(home-manager): Add local packagesene
2023-02-17Fix(system): Rework some btrfs subvolume names and add lazyatimeene
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.
2023-02-17Fix(users): Change home of soispha to /home/soisphaene
This puts the home directory in the tempfs part of the filesystem, so all, not explicitly specified directories, will be restored upon reboot.
2023-02-16Feat(impermanence): Add full stack tempfsene
2023-02-16Feat: Add impersistent for persistent files and dirsene
2023-02-11Feat(home-manager): Make the home configuration betterene
2023-02-11Fix: Comment infinite recursion causing linesene
I will probably use a module for persistent file systems, so commenting this seems the best option for now.
2023-02-11Feat: Switch to default.nixene
2023-02-05Feat: Mounted .config as tempfsene
This should make it easier to ensure, that all configs files are saved in home-manger.
2023-02-05Feat: Switch to Default.nix filesene
This make the imported path somewhat shorter.
2023-02-05Fix: This fixes the booting process somehow?ene
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.
2023-02-04Feat: Reworked the Filesystem configurationene
This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file.
2023-02-04Fix: Used the correct syntaxene
2023-02-04Feat: Made more configuration host independentene
2023-02-04Fix(packages): Removed already by nixos managed onesene
2023-02-03Fix(packages): Added an "unfree" exception for steamene
2023-02-03Fix(packages): Archlinux names -> Nixos namesChanged the packages names from ↵ene
the arch ones to the Nixos ones
2023-02-03Fix(packages): Add a function to disassemble the setene
2023-02-03Feat: Reworked the packages configurationene