Skip to content

Commit

Permalink
feat: skull mount for disk array
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 21, 2023
1 parent 78163bc commit 2ca2205
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions nixos/skull/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,11 @@
options = [ "defaults" "relatime" "nodiratime" ];
};

#fileSystems."/mnt/fours" = lib.mkForce {
# device = "/dev/md/fours1";
# fsType = "xfs";
# options = [ "defaults" "relatime" "nodiratime" ];
#};

#fileSystems."/mnt/twos" = lib.mkForce {
# device = "/dev/md/twos1";
# fsType = "xfs";
# options = [ "defaults" "relatime" "nodiratime" ];
#};
fileSystems."/mnt/sonnet" = lib.mkForce {
device = "/dev/md/TS4p1";
fsType = "xfs";
options = [ "defaults" "relatime" "nodiratime" ];
};

swapDevices = [{
device = "/swap";
Expand Down

0 comments on commit 2ca2205

Please sign in to comment.