idk a bunch more updates

This commit is contained in:
Anish Lakhwara
2025-11-21 21:06:42 -08:00
parent baa309eb4b
commit 6edf5ecdfc
11 changed files with 182 additions and 34 deletions
+9
View File
@@ -57,6 +57,15 @@
# seafile
};
# for vibe code stuff, over wireguard
networking.firewall = {
allowedTCPPorts = [ 22 3000 4173 ]; # allow ssh, vibe, and vibekanban
allowedTCPPortRanges = [{
from = 6666;
to = 7666;
}];
};
environment.systemPackages = with pkgs; [ lm_sensors ];
hardware.fancontrol = {
enable = false;
+2 -3
View File
@@ -8,7 +8,7 @@
# ../profiles/music
../profiles/sync/cal
../profiles/wifi
../profiles/desktop
# ../profiles/desktop # Disabled: conflicts with jovian desktop manager
../profiles/mimetypes
../profiles/syncthing
../profiles/mossnet-hosts
@@ -35,8 +35,7 @@
jovian.devices.steamdeck.enable = true;
jovian.steam.user = "anish";
jovian.steam.autoStart = true;
jovian.steam.desktopSession = "gnome";
# jovian.steam.desktopSession = "none+bspwm";
jovian.steam.desktopSession = "gamescope-wayland";
# Install XR drivers
# environment.systemPackages = with pkgs; [
-2
View File
@@ -57,7 +57,6 @@ in {
};
environment.systemPackages = with pkgs; [
#unstable.sublime-music
# olm-3.2.16 is now insecure
# some reason I can't set insecure packages that will be respected
nheko
@@ -67,7 +66,6 @@ in {
unstable.liferea
unstable.gh
unstable.flyctl
unstable.sublime-music
kooha
light
+1
View File
@@ -2,6 +2,7 @@
{
services.immich = {
enable = true;
package = pkgs.unstable.immich;
database = {
enable = true;
};
+1 -1
View File
@@ -14,7 +14,7 @@
exports = ''
/home/ftp 192.168.1.0/24(rw)
/mnt/one 192.168.1.0/24(rw)
/mnt/two 192.168.1.0/24(rw,no_subtree_check) 10.0.69.0/24(rw,no_subtree_check)
/mnt/two 192.168.1.0/24(rw,async,no_subtree_check) 10.0.69.0/24(rw,async,no_subtree_check)
/mnt/three 192.168.1.0/24(rw)
'';
};