my nix configs for my servers and desktop

nfs

common/bluetooth.nix
+8 -1
hosts/valefar/default.nix
···
system.stateVersion = "24.11";
-
# pin host platform & microcode
+
# pin host platform & microcorre
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault
config.hardware.enableRedistributableFirmware;
···
boot.zfs.extraPools = [ "garage" "storage" ];
boot.zfs.devNodes = "/dev/disk/by-id";
boot.zfs.forceImportAll = true;
+
+
services.nfs.server = {
+
enable = true;
+
exports = ''
+
/storage *(rw,sync,no_subtree_check,no_root_squash)
+
'';
+
};
/*boot.kernelParams = [ "ip=dhcp" ];
boot.initrd = {
modules/immich/default.nix
secrets/build-token.age
secrets/garage-admin-token.age
secrets/garage-metrics-token.age
secrets/garage-rpc-secret.age