Some checks failed
/ deploy (push) Failing after 28s
- garbage collect after switch
14 lines
213 B
Nix
14 lines
213 B
Nix
{...}: {
|
|
imports = [
|
|
./disks.nix
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./options.nix
|
|
./devops
|
|
./mail
|
|
./nvim
|
|
./http
|
|
./search
|
|
];
|
|
system.stateVersion = "25.05";
|
|
}
|