updates, fixes, adding some s/mime tools

This commit is contained in:
Rouven Seifert 2023-03-02 19:01:48 +01:00
parent 683d9145c9
commit 7ec7fcf46e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 27 additions and 39 deletions

View file

@ -1,18 +1,7 @@
{ config, ... }:
{
services.snapper = {
snapshotRootOnBoot = true;
configs = {
root = {
subvolume = "/";
extraConfig = ''
ALLOW_USERS="rouven"
TIMELINE_CREATE=yes
TIMELINE_CLEANUP=yes
NUMBER_LIMIT=10
NUMBER_CLEANUP=yes
'';
};
home = {
subvolume = "/home";
extraConfig = ''