nix-config/hosts/common/default.nix
2024-07-06 23:24:55 +02:00

9 lines
136 B
Nix

{ pkgs, ... }:
{
imports = [
./autoupdate.nix
./garbage-collect.nix
./optimise.nix
];
system.stateVersion = "23.11";
}