ensure all networked machines have tmux and ripgrep
This commit is contained in:
parent
51108984e1
commit
819ac7d913
3 changed files with 25 additions and 17 deletions
|
|
@ -26,6 +26,12 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/export" =
|
||||
{
|
||||
device = "/storage";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/5099-A753";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue