From 40db37aa75e9be739dae2105efab89ec66b4cdeb Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 17 Feb 2023 00:54:22 -0500 Subject: [PATCH] feat: enable nas for tsuki --- hosts/tsuki/default.nix | 2 ++ hosts/tsuki/hardware-configuration.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index ffa0b13..a454b8d 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -148,6 +148,7 @@ cryptomator gimp chromium + obsidian ventoy-bin-full # gaming @@ -188,6 +189,7 @@ python3.pkgs.pip gtk-engine-murrine pinentry-gtk2 + nfs-utils nil rust-analyzer gopls diff --git a/hosts/tsuki/hardware-configuration.nix b/hosts/tsuki/hardware-configuration.nix index aa77085..7bcfcff 100755 --- a/hosts/tsuki/hardware-configuration.nix +++ b/hosts/tsuki/hardware-configuration.nix @@ -32,6 +32,10 @@ { device = "/dev/disk/by-uuid/9e5a189d-7435-45d7-aef6-cdee4de2428d"; fsType = "ext4"; }; + fileSystems."/nas" = + { device = "192.168.1.71:/volume1/tsuki"; + fsType = "nfs"; + }; swapDevices = [ { device = "/dev/disk/by-uuid/2f5e2c64-99b8-4fa0-943c-c9dd45c84fdc"; }