blob: 73e144c2b79433536517f692e30ef7b1afd6505c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ ... }:
{
imports = [
./backups.nix
./base.nix
./cgroups.nix
./home-manager.nix
./nas-client.nix
./nix.nix
./podman.nix
./remote-unlock.nix
./ssh.nix
./user.nix
];
}
|