mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
14 lines
251 B
Nix
14 lines
251 B
Nix
{
|
|
imports = [
|
|
./base/nix.nix
|
|
./base/networking.nix
|
|
./base/security.nix
|
|
./base/secrets.nix
|
|
./base/boot.nix
|
|
./base/ssh.nix
|
|
./base/default-apps.nix
|
|
./dev/just.nix
|
|
./hardware/usb.nix
|
|
./hardware/yubikey.nix
|
|
];
|
|
}
|