Comment template config to avoie flake check error
This commit is contained in:
parent
ff620d9d22
commit
3d34252867
1 changed files with 10 additions and 10 deletions
20
flake.nix
20
flake.nix
|
@ -84,16 +84,16 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
template = nixpkgs.lib.nixosSystem {
|
# template = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
# inherit system;
|
||||||
modules = [
|
# modules = [
|
||||||
agenix.nixosModules.default
|
# agenix.nixosModules.default
|
||||||
"${inputs.self}/systems/minimalVMConfig.nix"
|
# "${inputs.self}/systems/minimalVMConfig.nix"
|
||||||
{
|
# {
|
||||||
networking.hostName = "nixos";
|
# networking.hostName = "nixos";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
jellyfin = nixpkgs.lib.nixosSystem {
|
jellyfin = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in a new issue