Fix missed line
This commit is contained in:
parent
287dcdf54e
commit
367febd71a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems = {
|
||||
fileSystems = with config.services.mycelium.ips; {
|
||||
# Local mounts
|
||||
"/mnt/Games" = {
|
||||
device = "/dev/disk/by-uuid/cb109a85-846d-4417-9c50-a2279bd20803";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue