This commit is contained in:
mjallen18
2025-10-16 20:28:28 -05:00
parent bf8b3d226a
commit 2cfbc6d854
9 changed files with 140 additions and 57 deletions

View File

@@ -99,6 +99,20 @@
};
};
headscale = {
enable = true;
port = 2112;
dataDir = "/media/nas/main/nix-app-data/headscale";
reverseProxy = {
enable = true;
subdomain = "headscale";
middlewares = [
"crowdsec"
"whitelist-geoblock"
];
};
};
unmanic = {
enable = true;
configPath = "/media/nas/main/nix-app-data/unmanic/config";

View File

@@ -44,6 +44,8 @@ in
consoleLogLevel = 3;
bootspec.enable = true;
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
};
environment.systemPackages = with pkgsVersion; [

View File

@@ -36,7 +36,7 @@
desktop = {
hyprland = {
enable = true;
wallpaperSource = "nasa";
wallpaperSource = "bing";
};
gnome.enable = false;
};
@@ -78,7 +78,6 @@
cosmic.enable = lib.mkForce true;
hyprland = {
enable = lib.mkForce false;
wallpaperSource = "nasa";
};
gnome.enable = lib.mkForce false;
};