summaryrefslogtreecommitdiff
path: root/adonis/default.nix
blob: c97d3ee57b59ba5d5b9681ee6f09bf89a7d6047a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./network.nix
    ./aur
    ./captiveportal
    ./autopush
    ./tor
  ];
  system.stateVersion = "25.11";
}