9 lines
140 B
Nix
9 lines
140 B
Nix
{ ... }:
|
|
{
|
|
fileSystems = {
|
|
# Network mounts
|
|
"kitty".enable = true;
|
|
"midas".enable = true;
|
|
"prophet".enable = true;
|
|
};
|
|
}
|