fmt
This commit is contained in:
@@ -29,7 +29,10 @@
|
|||||||
forAllSystems = f:
|
forAllSystems = f:
|
||||||
nixpkgs.lib.genAttrs supportedSystems (system:
|
nixpkgs.lib.genAttrs supportedSystems (system:
|
||||||
f {
|
f {
|
||||||
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
|
pkgs = import nixpkgs {
|
||||||
|
inherit system;
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
nixosModules.default.imports = [./nixarr vpnconfinement.nixosModules.default];
|
nixosModules.default.imports = [./nixarr vpnconfinement.nixosModules.default];
|
||||||
|
|||||||
Reference in New Issue
Block a user