From fe2f7ab58fa749fa48fb39f5410cfbbf345a34d7 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Jul 2024 12:22:50 -0400 Subject: [PATCH] add calibre-server --- systems/artemision/configuration.nix | 8 ++++++++ users/alice/home/hypr/hyprland.conf | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/systems/artemision/configuration.nix b/systems/artemision/configuration.nix index 7793f78..84a7b22 100644 --- a/systems/artemision/configuration.nix +++ b/systems/artemision/configuration.nix @@ -52,6 +52,12 @@ calibreLibrary = "/var/lib/calibre-server"; }; }; + calibre-server = { + enable = true; + user = "calibre-web"; + group = "calibre-web"; + + }; gvfs.enable = true; fwupd = { @@ -79,6 +85,8 @@ }; }; + users.users.alice.extraGroups = [ "calibre-web" ]; + system.autoUpgrade.enable = false; system.stateVersion = "24.05"; diff --git a/users/alice/home/hypr/hyprland.conf b/users/alice/home/hypr/hyprland.conf index 051171d..e6fc75f 100644 --- a/users/alice/home/hypr/hyprland.conf +++ b/users/alice/home/hypr/hyprland.conf @@ -106,7 +106,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master } gestures {