adonis/config/default.nix
toufic ar 5ae4e9c876
Some checks failed
/ deploy (push) Failing after 28s
- remove system.autoUpgrade (using forgejo workflow weekly run instead)
- garbage collect after switch
2026-01-26 23:53:53 +02:00

14 lines
213 B
Nix

{...}: {
imports = [
./disks.nix
./hardware-configuration.nix
./configuration.nix
./options.nix
./devops
./mail
./nvim
./http
./search
];
system.stateVersion = "25.05";
}