All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
14 lines
169 B
Nix
14 lines
169 B
Nix
{ inputs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nix.nix
|
|
./overlays.nix
|
|
|
|
../pki
|
|
|
|
inputs.synix.nixosModules.device.server
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|