demo nixos-containers
Some checks failed
Plex Update / update (push) Successful in 1m50s
Lint / lint (push) Failing after 1m37s

This commit is contained in:
Vivian 2023-12-30 14:47:12 +01:00
parent 592537fb63
commit ee41777c7e
5 changed files with 62 additions and 16 deletions

View file

@ -6,7 +6,8 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./vms.nix
./containers
# ./vms.nix
];
programs.nix-ld.enable = true;