From d1160da6b496f1e20faf6d1b75726259f4c8513f Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 23 May 2024 17:27:00 -0500 Subject: [PATCH] 24.05 deprecation fixes --- desktop.nix | 4 ++-- graystripe/btrbk.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/desktop.nix b/desktop.nix index 84a735e..e909c40 100644 --- a/desktop.nix +++ b/desktop.nix @@ -44,9 +44,9 @@ services.xserver.desktopManager.pantheon.enable = true; # Configure keymap in X11 - services.xserver = { + services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; }; # Enable CUPS to print documents. diff --git a/graystripe/btrbk.nix b/graystripe/btrbk.nix index 4cf811b..018a71d 100644 --- a/graystripe/btrbk.nix +++ b/graystripe/btrbk.nix @@ -19,7 +19,6 @@ in roles = [ "source" "info" "send" ]; } ]; - extraPackages = with pkgs; [ gzip ]; instances.btrbk = { onCalendar = "hourly"; settings = {