removed uneeded nixosConfiguration

This commit is contained in:
Bryan Ramos 2025-01-27 17:04:47 -05:00
parent 6a34f3c6e4
commit b3605d741c
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -77,15 +77,6 @@
(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 {