Skip to content

Commit 8e22e06

Browse files
committed
chore(hosts/disko): remove wrong noatimes
1 parent 28095d3 commit 8e22e06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hosts/maia/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
mountpoint = "/nix";
8080
};
8181
"/persist" = {
82-
mountOptions = ["compress=zstd" "noatime"];
82+
mountOptions = ["compress=zstd"];
8383
mountpoint = "/persist";
8484
};
8585
"/swap" = {

hosts/pleione/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
mountpoint = "/nix";
100100
};
101101
"/persist" = {
102-
mountOptions = ["compress=zstd" "noatime"];
102+
mountOptions = ["compress=zstd"];
103103
mountpoint = "/persist";
104104
};
105105
"/swap" = {

hosts/taygeta/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
mountpoint = "/nix";
5858
};
5959
"/persist" = {
60-
mountOptions = ["compress=zstd" "noatime"];
60+
mountOptions = ["compress=zstd"];
6161
mountpoint = "/persist";
6262
};
6363
"/swap" = {

0 commit comments

Comments
 (0)