1
Fork 0
Modular NixOS configuration.
Find a file
2023-07-01 15:08:00 +02:00
packages Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
sets/meta Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
systems Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
users Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
.gitignore Add wireguard configuration 2023-06-25 17:10:38 +02:00
flake.lock Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
flake.nix Add configuration for dirae.org 2023-07-01 15:08:00 +02:00
README.md Add link to old hyprland config 2023-06-25 12:52:52 +02:00

Old hyprland config can be found here

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