mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-01-22 08:24:46 +01:00
galadriel zfs automount
This commit is contained in:
parent
be2a7863dc
commit
1332d72a5c
@ -8,6 +8,9 @@
|
|||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
services.zfs.autoSnapshot.flags = "-k -p --utc";
|
services.zfs.autoSnapshot.flags = "-k -p --utc";
|
||||||
|
|
||||||
|
|
||||||
|
boot.zfs.extraPools = [ "Main" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
zfs
|
zfs
|
||||||
zfsnap
|
zfsnap
|
||||||
|
Loading…
Reference in New Issue
Block a user