Find a file
2024-02-23 23:54:59 +01:00
configurations london: add stlink rules 2024-02-18 10:38:26 +01:00
modules sway: disable systemd 2024-02-23 23:54:59 +01:00
.gitignore Add gitignore 2023-11-25 15:55:03 +01:00
.sops.yaml camelot: Add wireguard conf and route deluge traffic 2023-12-14 21:43:54 +01:00
flake.lock Update flake.lock 2024-02-23 23:54:58 +01:00
flake.nix Update stable channel to 23.11 2023-12-03 11:02:41 +01:00
LICENSE Add MIT license 2023-06-17 23:20:59 +02:00
machines.nix Add camelot initial config 2023-11-25 15:55:04 +01:00
README.md Complete README with the architecture 2023-10-22 17:11:14 +02:00

Dala's NixOS flake config

This is my Nix flake configuration for all my machines. To build it, you can just run

nixos-rebuild switch --flake sr.ht:~dala/nixos-flake-config#{machine_name}

Structure

Here is the structure of the project:

modules/ (Custom modules and wrappers around nixpkgs options)
|- server/ (Custom options for servers)
|- workstation/ (Custom options for personnal workstation)

configurations/ (Machines configuration defined with my custom modules' option)