Add vm-docker
This commit is contained in:
parent
66a994435b
commit
68f9b7b136
1 changed files with 12 additions and 0 deletions
12
flake.nix
12
flake.nix
|
@ -54,6 +54,18 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixosConfigurations.vm-docker = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
{ networking.hostName = "docker"; }
|
||||||
|
|
||||||
|
./configuration/common.nix
|
||||||
|
./configuration/vm.nix
|
||||||
|
./hardware-configuration/vm-docker.nix # Include the results of the hardware scan.
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nixosConfigurations.lxc-technitium = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.lxc-technitium = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue