moved network mounts out of main config and into their own file

This commit is contained in:
Leyla Becker 2025-08-27 21:21:39 -05:00
parent 4a7b57df99
commit 0d2a3e26a8
6 changed files with 150 additions and 147 deletions

View file

@ -3,5 +3,6 @@
imports = [
./configuration.nix
./hardware-configuration.nix
./network-mount.nix
];
}