Add oldhome drive

This commit is contained in:
Johannes Jöns 2023-08-09 23:19:30 +02:00
parent 8c7cd51432
commit 47bfb4cd4d
2 changed files with 4 additions and 2 deletions

View file

@ -12,8 +12,6 @@
services.xserver.desktopManager.kodi.enable = true;
boot.supportedFilesystems = [ "zfs" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;

View file

@ -42,6 +42,10 @@
fsType = "ntfs";
options = [ "rw" "uid=1000"];
};
"/media/oldhome" = {
device = "jopejoe1";
fsType = "zfs";
};
};
swapDevices = [ ];