Finalize calypso install!
This commit is contained in:
parent
b67cf3fde7
commit
2357c5d3d6
5 changed files with 26 additions and 12 deletions
hosts/nixos/calypso/services
|
@ -6,7 +6,7 @@
|
|||
configs = {
|
||||
# {{{ Data
|
||||
data = {
|
||||
SUBVOLUME = "/root/persist/data";
|
||||
SUBVOLUME = "/persist/data";
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
BACKGROUND_COMPARISON = "yes";
|
||||
|
@ -20,7 +20,7 @@
|
|||
# }}}
|
||||
# {{{ State
|
||||
state = {
|
||||
SUBVOLUME = "/root/persist/state";
|
||||
SUBVOLUME = "/persist/state";
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
BACKGROUND_COMPARISON = "yes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue