mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
chore: switched storage drive from raid0 to raid1
This commit is contained in:
parent
1a62fd7463
commit
857f2e39a8
3 changed files with 10 additions and 34 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
openFirewall = true;
|
||||
settings = {
|
||||
"raid0" = {
|
||||
path = "/mnt/raid0";
|
||||
path = "/mnt/storage";
|
||||
writable = "yes";
|
||||
"valid users" = user0;
|
||||
"force user" = user0;
|
||||
|
|
@ -29,11 +29,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /mnt/raid0 0755 ${user0} users -"
|
||||
"Z /mnt/raid0 0755 ${user0} users -"
|
||||
];
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue