hosts: add @ subvol to server btrbk

This commit is contained in:
Kabbone 2023-01-29 11:44:44 +01:00
parent 5719400d92
commit cc22e4651f
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
home = { # Specific packages for laptop
packages = with pkgs; [
# Applications
libreoffice # Office packages
#libreoffice # Office packages
#firefox
chromium
thunderbird

View File

@ -49,6 +49,7 @@
"/mnt/snapshots/root" = {
snapshot_create = "always";
subvolume = {
"@" = {};
"@home" = {};
};
};