Update flake.nix

This commit is contained in:
Thilo Hohlt
2023-08-25 09:39:26 +02:00
committed by GitHub
parent b0b44b09c4
commit df5a52150a

View File

@@ -38,6 +38,7 @@
pc = mkSystem ./nixos-configurations/pc;
laptop = mkSystem ./nixos-configurations/laptop;
server = mkSystem ./nixos-configurations/server;
tvpc = mkSystem ./nixos-configurations/tvpc;
};
};
}