mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Changes boot drive of nixbox
This commit is contained in:
parent
5abc05fd77
commit
5129b71ac2
1 changed files with 5 additions and 3 deletions
|
@ -34,19 +34,21 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/9b616ca8-63fe-4d81-a13e-25c9a95a1a55";
|
device = "/dev/disk/by-uuid/24855432-019b-43d9-9b83-9135b9dc31a6";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/4FEE-904E";
|
device = "/dev/disk/by-uuid/F2E9-F515";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.zfs.extraPools = ["zpool"];
|
swapDevices = [{device = "/dev/disk/by-uuid/36bb51f0-f56d-4408-b61c-7905789a7304";}];
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.zfs];
|
environment.systemPackages = [pkgs.zfs];
|
||||||
|
|
||||||
|
services.zfs.autoScrub.enable = true;
|
||||||
|
|
||||||
services.jellyfin.enable = true;
|
services.jellyfin.enable = true;
|
||||||
|
|
||||||
services.transmission = {
|
services.transmission = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue