vy
This commit is contained in:
parent
a85f11e974
commit
cad62788ce
6 changed files with 36 additions and 22 deletions
|
|
@ -43,6 +43,18 @@ MatchName=Framework Laptop 16 Keyboard Module*
|
|||
AttrKeyboardIntegration=internal";
|
||||
};
|
||||
|
||||
services.snapper.configs = {
|
||||
home = {
|
||||
SUBVOLUME = "/home";
|
||||
ALLOW_USERS = ["tao"];
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
TIMELINE_LIMIT_HOURLY = "5";
|
||||
TIMELINE_LIMIT_DAILY = "7";
|
||||
};
|
||||
};
|
||||
services.snapper.snapshotInterval = "*:0/5";
|
||||
|
||||
services.xserver.displayManager.defaultSession = "plasma";
|
||||
services.xserver.displayManager.sddm.wayland.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,18 @@
|
|||
# extraBackends = [ pkgs.epkowa ];
|
||||
# };
|
||||
|
||||
services.snapper.configs = {
|
||||
home = {
|
||||
SUBVOLUME = "/home";
|
||||
ALLOW_USERS = ["vy" "tao"];
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
TIMELINE_LIMIT_HOURLY = "5";
|
||||
TIMELINE_LIMIT_DAILY = "7";
|
||||
};
|
||||
};
|
||||
services.snapper.snapshotInterval = "*:0/5";
|
||||
|
||||
services.udev.extraRules = ''
|
||||
# Ethernet expansion card
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8156", ATTR{power/autosuspend}="20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue