Remove external drive from management

This commit is contained in:
Andreas Zweili 2023-08-01 14:39:57 +02:00
parent 5922e2be3e
commit 404406e648
1 changed files with 0 additions and 8 deletions

View File

@ -1,13 +1,5 @@
{ hostname }: { inputs, ... }:
{
fileSystems = {
"/mnt/external" = {
device = "/dev/disk/by-uuid/F73C-AA4F";
fsType = "exfat";
options = [ "x-systemd.automount" "noauto" "noatime" "uid=1000" "gid=100" ];
};
};
hardware = {
az-raspi4-ethernet = {
enable = true;