From 3d34252867445268c2726f4444fb1689cc24ca9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Wed, 8 Jan 2025 11:54:10 +0100 Subject: [PATCH] Comment template config to avoie flake check error --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 089d94b..095c125 100644 --- a/flake.nix +++ b/flake.nix @@ -84,16 +84,16 @@ } ]; }; - template = nixpkgs.lib.nixosSystem { - inherit system; - modules = [ - agenix.nixosModules.default - "${inputs.self}/systems/minimalVMConfig.nix" - { - networking.hostName = "nixos"; - } - ]; - }; +# template = nixpkgs.lib.nixosSystem { +# inherit system; +# modules = [ +# agenix.nixosModules.default +# "${inputs.self}/systems/minimalVMConfig.nix" +# { +# networking.hostName = "nixos"; +# } +# ]; +# }; jellyfin = nixpkgs.lib.nixosSystem { inherit system; modules = [