mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed uneeded nixosConfiguration
This commit is contained in:
parent
6a34f3c6e4
commit
b3605d741c
1 changed files with 0 additions and 9 deletions
|
|
@ -77,15 +77,6 @@
|
||||||
(import ./src/system/machines/wsl/modules/home-manager)
|
(import ./src/system/machines/wsl/modules/home-manager)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
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)
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.${system}.default = mkShell {
|
devShells.${system}.default = mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue