garage and forgejo fixes
This commit is contained in:
parent
0e5513da86
commit
5536af3b94
3 changed files with 12 additions and 11 deletions
|
|
@ -20,7 +20,7 @@
|
|||
../../common/efi.nix
|
||||
|
||||
# Hardware-specific (commented out)
|
||||
# ../../common/nvidia.nix
|
||||
../../common/nvidia.nix
|
||||
];
|
||||
|
||||
# =============================================================================
|
||||
|
|
@ -29,8 +29,7 @@
|
|||
system.stateVersion = "24.11";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
# Intel microcode updates
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault
|
||||
config.hardware.enableRedistributableFirmware;
|
||||
|
||||
# =============================================================================
|
||||
|
|
@ -150,6 +149,7 @@
|
|||
"d /storage/immich/photos 0755 immich immich -"
|
||||
"Z /storage/immich 0755 immich immich -"
|
||||
"d /storage/tm_share 0755 regent users"
|
||||
"Z /garage/ 0755 garage garage -"
|
||||
];
|
||||
|
||||
# =============================================================================
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
# =============================================================================
|
||||
# VIRTUAL MACHINES
|
||||
# =============================================================================
|
||||
systemd.services."microvm@".after = [ "microvm-virtiofsd@%i.service" ];
|
||||
/*systemd.services."microvm@".after = [ "microvm-virtiofsd@%i.service" ];
|
||||
|
||||
microvm.vms = {
|
||||
gameservers = {
|
||||
|
|
@ -279,5 +279,5 @@
|
|||
|
||||
microvm.autostart = [
|
||||
"gameservers"
|
||||
];
|
||||
];*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue