mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
12 lines
172 B
Nix
12 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
|
||
|
|
];
|
||
|
|
}
|