1
0
Fork 0

Fix zeus config

This commit is contained in:
Malte 2023-02-01 01:15:59 +01:00
parent 55a541d555
commit 9396d1da1f
3 changed files with 7 additions and 2 deletions

View file

@ -69,6 +69,9 @@ in {
systemd.tmpfiles.rules = [
"d /disk/persist/root 700 root root - -"
"d /disk/persist/root/.ssh 700 root root - -"
"d /disk/persist/etc/ssh 755 root root - -"
"d /disk/persist/var/lib/nixos 755 root root - -"
"z / 755 - - - -"
"d /disk/persist/maralorn 700 maralorn users - -"
"d /disk/persist/maralorn/.config/pulse 700 maralorn users - -"
"d /home/maralorn/.config 700 maralorn users - -"
@ -78,6 +81,8 @@ in {
# "d /disk/persist/minecraft 700 minecraft minecraft - -"
"d /var/lib/misc 755 - - - -"
"L+ /root/.ssh - - - - /disk/persist/root/.ssh"
"L+ /etc/ssh - - - - /disk/persist/etc/ssh"
"L+ /var/lib/nixos - - - - /disk/persist/var/lib/nixos"
];
boot = {

View file

@ -6,7 +6,7 @@
boot = {
plymouth.enable = true;
loader = {
timeout = 0;
timeout = 1;
grub = {
backgroundColor = "#000000";
# So that boot does not fill up with old kernels

@ -1 +1 @@
Subproject commit 4970e368d9b554df2881b16cdb5d1712fcfbf575
Subproject commit f9f1726c785cbed1f676ef481ae77dbeccf60810