and palatine-hill is booting!

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-24 00:34:09 -04:00
parent f780780523
commit 12555ebc3a
5 changed files with 31 additions and 17 deletions

View File

@ -73,7 +73,6 @@
fprintd.enable = lib.mkForce false;
openssh.enable = lib.mkForce false;
journald.storage = "volatile";
spotifyd = {
enable = true;
settings = {

View File

@ -52,7 +52,6 @@
options = [
"noatime"
"nodiratime"
"discard"
];
};
@ -62,7 +61,6 @@
options = [
"noatime"
"nodiratime"
"discard"
];
};
@ -72,7 +70,6 @@
options = [
"noatime"
"nodiratime"
"discard"
];
};
@ -82,7 +79,6 @@
options = [
"noatime"
"nodiratime"
"discard"
];
};
};