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