Modular NixOS configuration.
3a6fe3c1d2
Merge pull request #1 from c4em/nouveau |
||
---|---|---|
packages | ||
sets/meta | ||
systems | ||
users | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
README.md |
nixos-system-config
Modular multi-purpose NixOS configuration.
About
Feel free to do whatever with this configuration.
This configuration erases your darlings using ZFS snapshots.
Currently only used for my homeserver, desktop runs on Gentoo.
Layout
/nix/config
├── flake.lock
├── flake.nix ; Master configuration file
├── overlays ; Package overlays
├── packages ; Packages with configurations
│ ├── nginx
│ │ └── homeserver.nix
│ ├── syncthing
│ │ └── homeserver.nix
│ └── vim
│ └── package.nix
├── pw ; Password of your user
├── sets ; Sets of packages
│ └── meta
│ └── sysadmin.nix
├── systems ; System specific configuration
│ ├── common.nix
│ ├── hardware ; Hardware configuration of each system
│ │ ├── homeserver.nix
│ │ └── qemu-vm.nix
│ ├── homeserver.nix
│ ├── persist ; Persistence configuration of each system
│ │ ├── common.nix
│ │ ├── homeserver.nix
│ │ └── qemu-vm.nix
│ └── qemu-vm.nix
└── users ; User specific configuration
├── media.nix
├── none.nix
└── user.nix