From 9396d1da1f73404897bf5b371dd1eee1f562e6b3 Mon Sep 17 00:00:00 2001 From: maralorn Date: Wed, 1 Feb 2023 01:15:59 +0100 Subject: [PATCH] Fix zeus config --- nixos/machines/zeus/configuration.nix | 5 +++++ nixos/roles/standalone/default.nix | 2 +- private | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/nixos/machines/zeus/configuration.nix b/nixos/machines/zeus/configuration.nix index 6b3ef7d2..044b7820 100644 --- a/nixos/machines/zeus/configuration.nix +++ b/nixos/machines/zeus/configuration.nix @@ -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 = { diff --git a/nixos/roles/standalone/default.nix b/nixos/roles/standalone/default.nix index ea215c6f..31db9f67 100644 --- a/nixos/roles/standalone/default.nix +++ b/nixos/roles/standalone/default.nix @@ -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 diff --git a/private b/private index 4970e368..f9f1726c 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 4970e368d9b554df2881b16cdb5d1712fcfbf575 +Subproject commit f9f1726c785cbed1f676ef481ae77dbeccf60810