hosts: add @ subvol to server btrbk
This commit is contained in:
parent
5719400d92
commit
cc22e4651f
@ -24,7 +24,7 @@
|
|||||||
home = { # Specific packages for laptop
|
home = { # Specific packages for laptop
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Applications
|
# Applications
|
||||||
libreoffice # Office packages
|
#libreoffice # Office packages
|
||||||
#firefox
|
#firefox
|
||||||
chromium
|
chromium
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
"/mnt/snapshots/root" = {
|
"/mnt/snapshots/root" = {
|
||||||
snapshot_create = "always";
|
snapshot_create = "always";
|
||||||
subvolume = {
|
subvolume = {
|
||||||
|
"@" = {};
|
||||||
"@home" = {};
|
"@home" = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user