Find a file
2024-07-27 09:14:49 +02:00
configurations camelot: Add smtp account to GoToSocial 2024-07-27 09:14:49 +02:00
modules Fix adwaita-icons path 2024-07-26 21:56:10 +02:00
.gitignore Add gitignore 2023-11-25 15:55:03 +01:00
.sops.yaml Introduce fuyuki 2024-07-26 21:56:07 +02:00
flake.lock Update flake.lock 2024-07-24 19:07:32 +02:00
flake.nix Everybody go to Lix 2024-07-15 10:14:35 +02:00
LICENSE Add MIT license 2023-06-17 23:20:59 +02:00
machines.nix Introduce fuyuki 2024-07-26 21:56:07 +02: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)