Comment template config to avoie flake check error

This commit is contained in:
Théo Barnouin 2025-01-08 11:54:10 +01:00
parent ff620d9d22
commit 3d34252867

View file

@ -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 = [