Thor: cleanup
This commit is contained in:
parent
32c5443bb5
commit
0ff41dc2a9
1 changed files with 11 additions and 13 deletions
|
|
@ -233,19 +233,17 @@
|
|||
};
|
||||
power-profiles-daemon.enable = true;
|
||||
smartd.enable = true;
|
||||
snapper = {
|
||||
configs =
|
||||
let
|
||||
common = {
|
||||
ALLOW_USERS = [ "bertof" ];
|
||||
TIMELINE_CLEANUP = true;
|
||||
TIMELINE_CREATE = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; };
|
||||
snapper.configs =
|
||||
let
|
||||
common = {
|
||||
ALLOW_USERS = [ "bertof" ];
|
||||
TIMELINE_CLEANUP = true;
|
||||
TIMELINE_CREATE = true;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; };
|
||||
};
|
||||
thermald.enable = true;
|
||||
desktopManager = {
|
||||
# lomiri.enable = true;
|
||||
|
|
@ -291,7 +289,7 @@
|
|||
};
|
||||
|
||||
virtualisation = {
|
||||
docker = { enable = true; };
|
||||
# docker = { enable = true; };
|
||||
kvmgt.enable = true;
|
||||
libvirtd.enable = true;
|
||||
podman.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue