disable containers for now
This commit is contained in:
parent
ee41777c7e
commit
f409d9849c
7 changed files with 29 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [ mergerfs mergerfs-tools ];
|
||||
environment.systemPackages = with pkgs; [ mergerfs mergerfs-tools smartmontools ];
|
||||
fileSystems = {
|
||||
"/mnt/disk1" = {
|
||||
fsType = "ext4";
|
||||
|
@ -42,6 +42,11 @@
|
|||
device = "/dev/disk/by-uuid/6c568887-9d2e-45ce-ab85-4c48cca2226a";
|
||||
};
|
||||
|
||||
"/mnt/parity3" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/5d2d7e3e-3730-4d9b-8759-dc14396f3357";
|
||||
};
|
||||
|
||||
"/mnt/storage" = {
|
||||
fsType = "fuse.mergerfs";
|
||||
device = "/mnt/disk*";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue