mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added vm output
This commit is contained in:
parent
2e1605808f
commit
58aac5f287
7 changed files with 253 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -60,6 +60,17 @@
|
|||
(import ./src/system/machines/wsl/home.nix)
|
||||
];
|
||||
};
|
||||
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
modules = [
|
||||
./src/system/machines/vm
|
||||
home-manager.nixosModules.home-manager
|
||||
(import ./src/system/machines/vm/modules/home-manager)
|
||||
disko.nixosModules.disko
|
||||
(import ./src/system/machines/vm/modules/disko)
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue