Benjamin Yule Bädorf
ef94681e11
All checks were successful
Flake checks / Check (pull_request) Successful in 6m5s
16 lines
224 B
Nix
16 lines
224 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
# Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./wireguard.nix
|
|
./backups.nix
|
|
|
|
];
|
|
}
|