From df5a52150ad455a46996dcb1ef849ca8c163c2ba Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:39:26 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }; }