Update all to mycelium ips

This commit is contained in:
Bun 2025-05-29 23:29:05 -04:00
parent 200bf7e711
commit 48b55af695
10 changed files with 40 additions and 29 deletions

View file

@ -1,6 +1,6 @@
{ ... }:
{ config, ... }:
{
fileSystems = {
fileSystems = with config.services.mycelium.ips; {
"/persist" = {
device = "/dev/disk/by-uuid/acf95700-8669-45c7-9a72-bf3215b3c325";
fsType = "btrfs";
@ -11,7 +11,7 @@
];
};
"/kitty" = {
device = "11.0.0.2:/storage/bun";
device = "[${kitty}]:/storage/bun";
fsType = "nfs4";
options = [
"noauto"