mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates, fixes, adding some s/mime tools
This commit is contained in:
parent
683d9145c9
commit
7ec7fcf46e
7 changed files with 27 additions and 39 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue