cleanup
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user