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" = {}; }; };