mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56: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;
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
fsType = "ntfs";
|
||||
options = [ "rw" "uid=1000"];
|
||||
};
|
||||
"/media/oldhome" = {
|
||||
device = "jopejoe1";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
Loading…
Reference in a new issue