diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-14 09:20:08 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-14 09:20:08 -0800 |
commit | fe25f29e75e3696590823c4e719b9eaf5ac8613e (patch) | |
tree | be132c81952855a7ebaba27a99789fdd75fac8c3 /hosts | |
parent | c3d90831650fa61fe5e967669513627c5a1f415d (diff) | |
download | nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar.gz nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar.bz2 nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar.lz nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar.xz nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.tar.zst nix-fe25f29e75e3696590823c4e719b9eaf5ac8613e.zip |
Enable new drive again
Diffstat (limited to 'hosts')
-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 8fe2dd6..214e434 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}"; |