diff --git a/flake.nix b/flake.nix index 9b5b8e2..c472c1b 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,7 @@ pc = mkSystem ./nixos-configurations/pc; laptop = mkSystem ./nixos-configurations/laptop; server = mkSystem ./nixos-configurations/server; + tvpc = mkSystem ./nixos-configurations/tvpc; }; }; }