added spider host
This commit is contained in:
parent
fa905d2cb6
commit
57f2638f0e
8 changed files with 157 additions and 1 deletions
12
flake.nix
12
flake.nix
|
|
@ -45,13 +45,25 @@
|
|||
nixosModules.default = ./modules/nixos;
|
||||
|
||||
nixosConfigurations = {
|
||||
# Yes, my computers are named after the Earthbound Immortals from Yu-Gi-Oh! 5D's :3
|
||||
|
||||
# Main desktop for games & workstation
|
||||
# Alternative Name: Aslla piscu
|
||||
hummingbird = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/hummingbird
|
||||
];
|
||||
};
|
||||
|
||||
# smol Thinkpad Yoga
|
||||
# Alternative Name: Uru
|
||||
spider = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/spider
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue