mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
11 lines
172 B
Nix
11 lines
172 B
Nix
{
|
|
imports = [
|
|
./base/nix.nix
|
|
./base/user.nix
|
|
./base/security.nix
|
|
./base/boot.nix
|
|
./base/ssh.nix
|
|
./base/defaults.nix
|
|
./hardware/usb.nix
|
|
];
|
|
}
|