From cc22e4651f6b95012088b051707db67f1ca839c7 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 29 Jan 2023 11:44:44 +0100 Subject: [PATCH] hosts: add @ subvol to server btrbk --- hosts/desktop/home.nix | 2 +- hosts/server/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index 4ebd33d..7f5eec1 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -24,7 +24,7 @@ home = { # Specific packages for laptop packages = with pkgs; [ # Applications - libreoffice # Office packages + #libreoffice # Office packages #firefox chromium thunderbird diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index 60c846f..d89aebd 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -49,6 +49,7 @@ "/mnt/snapshots/root" = { snapshot_create = "always"; subvolume = { + "@" = {}; "@home" = {}; }; };