2021-02-23 12:58:29 -08:00
|
|
|
{ config, lib, pkgs, ... }:
|
2021-01-15 11:12:28 -08:00
|
|
|
|
2021-02-23 12:58:29 -08:00
|
|
|
{
|
2021-11-16 16:56:43 -08:00
|
|
|
imports = [
|
|
|
|
./aliases.nix
|
|
|
|
./bash.nix
|
2021-11-17 17:32:27 -08:00
|
|
|
./client.nix
|
2021-11-16 16:56:43 -08:00
|
|
|
./common.nix
|
2021-11-22 10:17:44 -08:00
|
|
|
./dns.nix
|
2021-11-16 16:56:43 -08:00
|
|
|
./groups.nix
|
2021-11-22 10:17:44 -08:00
|
|
|
./instance.nix
|
|
|
|
./kerberos.nix
|
2021-11-16 16:56:43 -08:00
|
|
|
./users.nix
|
2021-11-22 10:17:44 -08:00
|
|
|
./user-config.nix
|
2021-11-16 16:56:43 -08:00
|
|
|
./wireless-networks.nix
|
|
|
|
];
|
2021-01-15 11:12:28 -08:00
|
|
|
}
|