server v1
This commit is contained in:
parent
96057e337b
commit
cd35565370
4 changed files with 191 additions and 7 deletions
|
|
@ -53,6 +53,15 @@
|
|||
./hosts/tower/configuration.nix
|
||||
]; # end modules
|
||||
}; # end tower
|
||||
tesla-nixos = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/tesla-nixos/configuration.nix
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
]; # end modules
|
||||
}; # end tesla-nixos
|
||||
}; # end nixos conf
|
||||
}; # end "in"
|
||||
} # end file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue