Update all to mycelium ips
This commit is contained in:
parent
200bf7e711
commit
48b55af695
10 changed files with 40 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue