From bee121c412f058a99b7bed38d4e1daadd69023f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Fri, 27 May 2022 17:43:49 +0200 Subject: [PATCH] chore(home-server): remove external media partition --- services/samba/rpi4.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/services/samba/rpi4.nix b/services/samba/rpi4.nix index 63dec7d..f3f986d 100644 --- a/services/samba/rpi4.nix +++ b/services/samba/rpi4.nix @@ -4,15 +4,6 @@ # Use `smbpasswd -a ` to set passwords # age.secrets.samba.file = ../../secrets/samba.age; - boot.initrd.luks.devices."enc-media".device = - "/dev/disk/by-uuid/47158a41-995a-45d5-b7e1-1dc6e1868be7"; - - fileSystems."/media" = { - device = "/dev/disk/by-uuid/2441d724-7f8e-4bbb-a50f-9074f3d0d3f1"; - fsType = "btrfs"; - options = [ "subvol=@" "compress-force=zstd" "noatime" ]; - }; - services.samba = { enable = true; openFirewall = true;