nfs
This commit is contained in:
parent
f786d3d6b7
commit
440348d1e5
7 changed files with 8 additions and 1 deletions
0
common/bluetooth.nix
Normal file → Executable file
0
common/bluetooth.nix
Normal file → Executable file
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
# pin host platform & microcode
|
# pin host platform & microcorre
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault
|
||||||
config.hardware.enableRedistributableFirmware;
|
config.hardware.enableRedistributableFirmware;
|
||||||
|
@ -58,6 +58,13 @@
|
||||||
boot.zfs.devNodes = "/dev/disk/by-id";
|
boot.zfs.devNodes = "/dev/disk/by-id";
|
||||||
boot.zfs.forceImportAll = true;
|
boot.zfs.forceImportAll = true;
|
||||||
|
|
||||||
|
services.nfs.server = {
|
||||||
|
enable = true;
|
||||||
|
exports = ''
|
||||||
|
/storage *(rw,sync,no_subtree_check,no_root_squash)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
/*boot.kernelParams = [ "ip=dhcp" ];
|
/*boot.kernelParams = [ "ip=dhcp" ];
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
availableKernelModules = [ "r8169" ];
|
availableKernelModules = [ "r8169" ];
|
||||||
|
|
0
modules/immich/default.nix
Normal file → Executable file
0
modules/immich/default.nix
Normal file → Executable file
0
secrets/build-token.age
Normal file → Executable file
0
secrets/build-token.age
Normal file → Executable file
0
secrets/garage-admin-token.age
Normal file → Executable file
0
secrets/garage-admin-token.age
Normal file → Executable file
0
secrets/garage-metrics-token.age
Normal file → Executable file
0
secrets/garage-metrics-token.age
Normal file → Executable file
0
secrets/garage-rpc-secret.age
Normal file → Executable file
0
secrets/garage-rpc-secret.age
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue