server v1

This commit is contained in:
alisceon 2025-08-12 21:00:01 +02:00
parent 96057e337b
commit cd35565370
4 changed files with 191 additions and 7 deletions

View file

@ -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