nixos/snapper/test: fix, make compliant with new config scheme
This commit is contained in:
parent
3679021787
commit
42a6b41e33
@ -15,7 +15,7 @@ import ./make-test-python.nix ({ ... }:
|
||||
fsType = "btrfs";
|
||||
};
|
||||
};
|
||||
services.snapper.configs.home.subvolume = "/home";
|
||||
services.snapper.configs.home.SUBVOLUME = "/home";
|
||||
services.snapper.filters = "/nix";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user