diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-14 09:14:15 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-14 09:14:15 -0800 |
commit | c3d90831650fa61fe5e967669513627c5a1f415d (patch) | |
tree | e664b8e0d0884fa842d6c45a39f0e802ab317a23 /hosts/arrakis/services.nix | |
parent | 71d51584a0198c0045e20c9eaa05038cfa05a11c (diff) | |
download | nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar.gz nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar.bz2 nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar.lz nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar.xz nix-c3d90831650fa61fe5e967669513627c5a1f415d.tar.zst nix-c3d90831650fa61fe5e967669513627c5a1f415d.zip |
Comment out new drive temporarily
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 214e434..8fe2dd6 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -290,10 +290,10 @@ device = "/dev/disk/by-id/ata-WDC_WUH722020ALE604_2LG5X74K"; options = "-a -o on -S on -s (S/../.././02|L/../../5/03) -m ${my_email_addr}"; } - { - device = "/dev/disk/by-id/ata-WDC_WUH722020ALE604_2LGHJAUF"; - options = "-a -o on -S on -s (S/../.././02|L/../../5/03) -m ${my_email_addr}"; - } + #{ + # device = "/dev/disk/by-id/ata-WDC_WUH722020ALE604_2LGHJAUF"; + # options = "-a -o on -S on -s (S/../.././02|L/../../5/03) -m ${my_email_addr}"; + #} { device = "/dev/disk/by-id/ata-WDC_WD80EFAX-68KNBN0_VAHV0H5L"; options = "-a -o on -S on -s (S/../.././02|L/../../5/03) -m ${my_email_addr}"; |