Disable snapper
This commit is contained in:
parent
9faf6d9c89
commit
31773cda4c
@ -38,12 +38,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# automatic btrfs snapshots
|
||||
snapper
|
||||
snapper-gui
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = hostname;
|
||||
interfaces.enp1s0.useDHCP = true;
|
||||
@ -53,14 +47,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
# enable touchpad support
|
||||
libinput.enable = true;
|
||||
blueman.enable = true;
|
||||
snapper.configs = {
|
||||
home = {
|
||||
SUBVOLUME = "/home";
|
||||
ALLOW_USERS = [ "me" ];
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user