teutat3s
2ca0bd7c3e
All checks were successful
Flake checks / Check (pull_request) Successful in 2m36s
12 lines
183 B
Nix
12 lines
183 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./triton-vmtools.nix
|
|
./wireguard.nix
|
|
];
|
|
}
|