feat: remove nixos-vm config
parent
c498035140
commit
faf497776e
22
flake.nix
22
flake.nix
|
@ -30,28 +30,6 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
nixos-vm = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./greetd.nix
|
||||
./users.nix
|
||||
./machines/nixos-vm/configuration.nix
|
||||
./machines/nixos-vm/hardware-configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit user theme; };
|
||||
home-manager.users.${user} = {
|
||||
imports = [ ./home-${user}.nix ];
|
||||
nixpkgs.config = nixpkgs-config;
|
||||
nixpkgs.overlays = [ overlay-unstable ];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
apache = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
|
Loading…
Reference in New Issue