first commit
This commit is contained in:
parent
7c106c37c7
commit
747524493d
7 changed files with 9 additions and 263 deletions
52
flake.nix
52
flake.nix
|
@ -21,54 +21,14 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.elias = import ./home.nix;
|
||||
home-manager.users.elias = import .nixosModules/home.nix;
|
||||
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass
|
||||
# arguments to home.nix
|
||||
} #close home-manager
|
||||
]; #close modules
|
||||
}; #close greynix
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# bluenix - Blue Acer machine
|
||||
bluenix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./hosts/bluenix/configuration.nix
|
||||
./nixosModules/docker.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.elias = import ./home.nix;
|
||||
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass
|
||||
# arguments to home.nix
|
||||
} #close homemanager
|
||||
]; #close modules
|
||||
}; # close bluenix
|
||||
|
||||
# aspirenix - Grey Acer Aspire machine
|
||||
# low spec machine - need to figure out how to change this config a bit
|
||||
aspirenix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./hosts/aspirenix/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.elias = import ./home.nix;
|
||||
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass
|
||||
# arguments to home.nix
|
||||
} #close homemanager
|
||||
]; #close modules
|
||||
}; # close bluenix
|
||||
|
||||
}; #close nixosconfigurations
|
||||
}; #close outputs
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue