This commit is contained in:
2024-11-18 15:43:44 -05:00
parent 1e6fa71a53
commit bb942d377c
4 changed files with 14 additions and 24 deletions

View File

@@ -2,8 +2,8 @@
description = "Flake for server muffin";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -46,6 +46,7 @@
certs = services_dir + "/http_certs";
data_dir = services_dir + "/http";
domain = "gardling.com";
wg_ip = "192.168.15.1";
};
gitea = {
@@ -66,10 +67,6 @@
server_name = "main";
};
gluetun = {
dir = services_dir + "/gluetun";
};
torrent = {
SavePath = hdd_path + "/torrents";
TempPath = hdd_path + "/torrents/incomplete";
@@ -78,10 +75,6 @@
jellyfin = {
dir = services_dir + "/jellyfin";
};
ollama = {
data_dir = services_dir + "/ollama";
};
};
in
{