mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added models dataset
This commit is contained in:
@@ -37,6 +37,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
openssh.ports = [ 262 ];
|
openssh.ports = [ 262 ];
|
||||||
|
|
||||||
|
snapshot_manager.path = ./snapshot_config.toml;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
@@ -51,6 +51,11 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/zfs/models" = {
|
||||||
|
device = "root_pool/models";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/609D-FF29";
|
device = "/dev/disk/by-uuid/609D-FF29";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|||||||
29
systems/bob/snapshot_config.toml
Normal file
29
systems/bob/snapshot_config.toml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
["default"]
|
||||||
|
15_min = 8
|
||||||
|
hourly = 24
|
||||||
|
daily = 0
|
||||||
|
monthly = 0
|
||||||
|
|
||||||
|
["root_pool/home"]
|
||||||
|
15_min = 8
|
||||||
|
hourly = 12
|
||||||
|
daily = 1
|
||||||
|
monthly = 0
|
||||||
|
|
||||||
|
["root_pool/root"]
|
||||||
|
15_min = 8
|
||||||
|
hourly = 24
|
||||||
|
daily = 0
|
||||||
|
monthly = 0
|
||||||
|
|
||||||
|
["root_pool/nix"]
|
||||||
|
15_min = 4
|
||||||
|
hourly = 0
|
||||||
|
daily = 0
|
||||||
|
monthly = 0
|
||||||
|
|
||||||
|
["root_pool/models"]
|
||||||
|
15_min = 4
|
||||||
|
hourly = 24
|
||||||
|
daily = 0
|
||||||
|
monthly = 0
|
||||||
Reference in New Issue
Block a user