diff options
author | tv <tv@krebsco.de> | 2022-01-05 01:40:14 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-01-05 04:04:52 +0100 |
commit | c4ff9f0d26e7fce7d83d076dda5445801cca6676 (patch) | |
tree | e5935e22d5f7755328aa04c6e7514d847ac64e80 /tv/1systems | |
parent | 77d17636b1e0e46b1c7712fa543be20c51946add (diff) |
tv bu: setup backups
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/bu/disks.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/1systems/bu/disks.nix b/tv/1systems/bu/disks.nix index e634209f4..deabefa7b 100644 --- a/tv/1systems/bu/disks.nix +++ b/tv/1systems/bu/disks.nix @@ -4,6 +4,10 @@ device = "buda2/root"; fsType = "zfs"; }; + fileSystems."/bku" = { + device = "buda2/bku"; + fsType = "zfs"; + }; fileSystems."/home" = { device = "buda2/home"; fsType = "zfs"; |