7 lines
103 B
Nix
7 lines
103 B
Nix
vpnconfinement: {...}: {
|
|
imports = [
|
|
vpnconfinement.nixosModules.default
|
|
./nixarr.nix
|
|
];
|
|
}
|