demo nixos-containers

This commit is contained in:
Vivian 2023-12-30 14:47:12 +01:00
parent 6034940039
commit 40d88c2169
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;