mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	Merge branch 'main' of https://github.com/Jokiller230/puzzlevision
This commit is contained in:
		
						commit
						df4b4c01d7
					
				
					 4 changed files with 22 additions and 6 deletions
				
			
		|  | @ -40,6 +40,9 @@ in { | ||||||
|         "/var/lib/containers/homepage/images:/app/public/images:rw" |         "/var/lib/containers/homepage/images:/app/public/images:rw" | ||||||
|         "/var/run/docker.sock:/var/run/docker.sock:ro" # Optional, used for docker integration. |         "/var/run/docker.sock:/var/run/docker.sock:ro" # Optional, used for docker integration. | ||||||
|       ]; |       ]; | ||||||
|  |       environment = { | ||||||
|  |         "HOMEPAGE_ALLOWED_HOSTS" = "home.thevoid.cafe"; | ||||||
|  |       }; | ||||||
|       extraOptions = ["--network=proxy"]; |       extraOptions = ["--network=proxy"]; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| 
 | 
 | ||||||
| title: Jo's Home | title: Jo's Home | ||||||
| background: | background: | ||||||
|   image: /images/blossoms.png |   image: https://cloud.thevoid.cafe/public.php/dav/files/efDwYjNyAcwJM5A/web/cozy_kitchen_rain_compressed.webp | ||||||
|   blur: md |   blur: md | ||||||
|   opacity: 45 |   opacity: 45 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -47,7 +47,7 @@ | ||||||
|       vaultwarden.enable = true; |       vaultwarden.enable = true; | ||||||
|       homepage.enable = true; |       homepage.enable = true; | ||||||
|       duckdns.enable = true; |       duckdns.enable = true; | ||||||
|       bluesky.pds.enable = true; |       bluesky.pds.enable = false; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  | @ -56,6 +56,7 @@ | ||||||
|     systemCronJobs = [ |     systemCronJobs = [ | ||||||
|       "*/5 * * * * cyn docker exec -u www-data nextcloud-nextcloud-1 php /var/www/html/cron.php" |       "*/5 * * * * cyn docker exec -u www-data nextcloud-nextcloud-1 php /var/www/html/cron.php" | ||||||
|       "*/15 * * * * cyn docker exec -u www-data nextcloud-nextcloud-1 php /var/www/nextcloud/occ preview:pre-generate" |       "*/15 * * * * cyn docker exec -u www-data nextcloud-nextcloud-1 php /var/www/nextcloud/occ preview:pre-generate" | ||||||
|  |       "* 3 * * * cyn cd /home/cyn/docker/compose/satisfactory && docker compose up -d --force-recreate" | ||||||
|       #"*/30 * * * * cyn /home/jo/tools/FediFetcher/FediFetcher.sh" |       #"*/30 * * * * cyn /home/jo/tools/FediFetcher/FediFetcher.sh" | ||||||
|     ]; |     ]; | ||||||
|   }; |   }; | ||||||
|  | @ -64,6 +65,7 @@ | ||||||
|   snowfallorg.users.cyn.admin = true; |   snowfallorg.users.cyn.admin = true; | ||||||
|   users.users.cyn.isNormalUser = true; |   users.users.cyn.isNormalUser = true; | ||||||
|   users.users.cyn.extraGroups = [ "dialout" "docker" ]; |   users.users.cyn.extraGroups = [ "dialout" "docker" ]; | ||||||
|  |    | ||||||
| 
 | 
 | ||||||
|   # Configure home-manager |   # Configure home-manager | ||||||
|   home-manager = { |   home-manager = { | ||||||
|  | @ -75,6 +77,7 @@ | ||||||
|     ### General |     ### General | ||||||
|     nano |     nano | ||||||
|     vim |     vim | ||||||
|  |     git | ||||||
| 
 | 
 | ||||||
|     ## Runtimes |     ## Runtimes | ||||||
|     nodejs_22 |     nodejs_22 | ||||||
|  |  | ||||||
|  | @ -8,25 +8,30 @@ | ||||||
|     [ (modulesPath + "/installer/scan/not-detected.nix") |     [ (modulesPath + "/installer/scan/not-detected.nix") | ||||||
|     ]; |     ]; | ||||||
| 
 | 
 | ||||||
|   boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "sd_mod" ]; |   boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "uas" "sd_mod" ]; | ||||||
|   boot.initrd.kernelModules = [ ]; |   boot.initrd.kernelModules = [ ]; | ||||||
|   boot.kernelModules = [ "kvm-intel" ]; |   boot.kernelModules = [ "kvm-intel" ]; | ||||||
|   boot.extraModulePackages = [ ]; |   boot.extraModulePackages = [ ]; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/" = |   fileSystems."/" = | ||||||
|     { device = "/dev/disk/by-uuid/3e3d6676-2bd6-44df-a8a7-c5e7647c4e95"; |     { device = "/dev/disk/by-uuid/5d4f9f57-085f-44a0-b987-bad24ff58769"; | ||||||
|       fsType = "btrfs"; |       fsType = "btrfs"; | ||||||
|       options = [ "subvol=@" ]; |       options = [ "subvol=@" ]; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/boot" = |   fileSystems."/boot" = | ||||||
|     { device = "/dev/disk/by-uuid/1C8C-F906"; |     { device = "/dev/disk/by-uuid/8D0F-2821"; | ||||||
|       fsType = "vfat"; |       fsType = "vfat"; | ||||||
|       options = [ "fmask=0077" "dmask=0077" ]; |       options = [ "fmask=0077" "dmask=0077" ]; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |   fileSystems."/mnt/storage" = | ||||||
|  |     { device = "/dev/disk/by-uuid/237eb43e-1e4e-4cb1-873e-6b07f1368f4f"; | ||||||
|  |       fsType = "ext4"; | ||||||
|  |     }; | ||||||
|  | 
 | ||||||
|   swapDevices = |   swapDevices = | ||||||
|     [ { device = "/dev/disk/by-uuid/b99e9370-10f7-4589-b7a2-59a256d75926"; } |     [ { device = "/dev/disk/by-uuid/42fc926f-f066-48e8-8c07-3627b2ba3cd4"; } | ||||||
|     ]; |     ]; | ||||||
| 
 | 
 | ||||||
|   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking |   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking | ||||||
|  | @ -34,7 +39,12 @@ | ||||||
|   # still possible to use this option, but it's recommended to use it in conjunction |   # still possible to use this option, but it's recommended to use it in conjunction | ||||||
|   # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. |   # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. | ||||||
|   networking.useDHCP = lib.mkDefault true; |   networking.useDHCP = lib.mkDefault true; | ||||||
|  |   # networking.interfaces.br-32acd0b5b342.useDHCP = lib.mkDefault true; | ||||||
|  |   # networking.interfaces.docker0.useDHCP = lib.mkDefault true; | ||||||
|   # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true; |   # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true; | ||||||
|  |   # networking.interfaces.veth0b3552e.useDHCP = lib.mkDefault true; | ||||||
|  |   # networking.interfaces.veth3873910.useDHCP = lib.mkDefault true; | ||||||
|  |   # networking.interfaces.veth9323c9b.useDHCP = lib.mkDefault true; | ||||||
|   # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; |   # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; | ||||||
| 
 | 
 | ||||||
|   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; |   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue