idk a bunch more updates
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
services.immich = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.immich;
|
||||
database = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -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)
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user