Copy nixos-container module from nixpkgs

This commit is contained in:
2025-11-20 22:57:38 +09:00
parent 5afee7e394
commit fe15f8a9cc
3 changed files with 1114 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
};
});
nixosModules.default = ./module.nix;
nixosModules.default = ./modules/user-jails.nix;
nixosConfigurations = lib.mapAttrs' (n: v: lib.nameValuePair "vm-${n}" v) (forAllSystems (system: pkgs:
lib.nixosSystem {

File diff suppressed because it is too large Load Diff