Remove unneeded symlink

This commit is contained in:
Jimbo 2024-09-09 01:11:03 -04:00
parent 0697bd88d4
commit 513719b2a0
2 changed files with 1 additions and 10 deletions

View file

@ -54,8 +54,6 @@
# Symlinks
home.file = {
"VMs" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
};
"VMs".source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
};
}

View file

@ -49,11 +49,4 @@
nixdate = "flakedate; sysswitch; homeswitch; notify-send 'NixOS switch done.'";
};
};
# Symlinks
home.file = {
"VMs" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
};
};
}