mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
Add oldhome drive
This commit is contained in:
parent
8c7cd51432
commit
47bfb4cd4d
2 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
services.xserver.desktopManager.kodi.enable = true;
|
services.xserver.desktopManager.kodi.enable = true;
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
|
@ -42,6 +42,10 @@
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
options = [ "rw" "uid=1000"];
|
options = [ "rw" "uid=1000"];
|
||||||
};
|
};
|
||||||
|
"/media/oldhome" = {
|
||||||
|
device = "jopejoe1";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
Loading…
Reference in a new issue