aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
blob: bc5c6de81e1aecb460eff4ef380349f0edaf1339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:
{
  imports = [
    ./backups.nix
    ./base.nix
    ./cgroups.nix
    ./hardware
    ./home-manager.nix
    ./nas-client.nix
    ./nix.nix
    ./podman.nix
    ./remote-unlock.nix
    ./ssh.nix
    ./user.nix
  ];
}