From 05d94617cb622afed36f29559fe41b1d79e26975 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 18 Dec 2021 22:41:55 -0500 Subject: [PATCH] Remove nfs and use smb --- common/packages.nix | 2 -- machines/hephaestus/hardware.nix | 6 ------ 2 files changed, 8 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index b9dc286..098a000 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -182,7 +182,6 @@ in gptfdisk guvcview kazam - kazam libreoffice linuxPackages.perf networkmanager-openvpn @@ -207,7 +206,6 @@ in gimp google-chrome minecraft - nfs-utils postman rfd signal-desktop diff --git a/machines/hephaestus/hardware.nix b/machines/hephaestus/hardware.nix index 9938bfe..53b60f2 100644 --- a/machines/hephaestus/hardware.nix +++ b/machines/hephaestus/hardware.nix @@ -40,12 +40,6 @@ device = "/dev/disk/by-uuid/0f592fca-1d4e-43f7-9bf4-f1c3e19e841f"; fsType = "ext4"; }; - - fileSystems."/mnt/nfs" = { - device = "synology-2b:/mnt/nfs"; - fsType = "nfs"; - }; - hardware.video.hidpi.enable = lib.mkDefault true; }