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