install steam and setup snapper
This commit is contained in:
parent
9c94d4bee8
commit
3408d49667
1 changed files with 20 additions and 0 deletions
|
@ -139,4 +139,24 @@
|
||||||
startAt = "hourly";
|
startAt = "hourly";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
|
services.snapper.configs = {
|
||||||
|
home = {
|
||||||
|
SUBVOLUME = "/home";
|
||||||
|
ALLOW_USERS = [ "yt" ];
|
||||||
|
TIMELINE_CREATE = true;
|
||||||
|
TIMELINE_CLEANUP = true;
|
||||||
|
TIMELINE_LIMIT_HOURLY = 48;
|
||||||
|
TIMELINE_LIMIT_WEEKLY = 52;
|
||||||
|
};
|
||||||
|
root = {
|
||||||
|
SUBVOLUME = "/";
|
||||||
|
TIMELINE_CREATE = true;
|
||||||
|
TIMELINE_CLEANUP = true;
|
||||||
|
TIMELINE_LIMIT_HOURLY = 48;
|
||||||
|
TIMELINE_LIMIT_WEEKLY = 52;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue