From 34ff056ca933beaaae7f72dcdaf910fb3e5408db Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 20:23:40 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index b5ffe54..dcfcd9f 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -17,17 +17,17 @@ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Mount server data - fileSystems."/srv" = { - device = "/dev/disk/by-label/server-data"; - fsType = "ext4"; - options = [ "defaults" ]; - }; + #fileSystems."/srv" = { + # device = "/dev/disk/by-label/server-data"; + # fsType = "ext4"; + # options = [ "defaults" ]; + #}; - fileSystems."/backup" = { - device = "/dev/disk/by-label/backup-data"; - fsType = "ext4"; - options = [ "defaults" ]; - }; + #fileSystems."/backup" = { + # device = "/dev/disk/by-label/backup-data"; + # fsType = "ext4"; + # options = [ "defaults" ]; + #}; #Add sym links to data on users home folder system.userActivationScripts.createDockerSymlink.text = ''