Update hardware-configuration.nix

This commit is contained in:
Tyler 2025-04-21 20:07:08 -04:00 committed by GitHub
parent 4fbb9a38c0
commit 97289312a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
fsType = "9p";
};
fileSystems."/nix" = {
fileSystems."/nix/store" = {
depends = [
"/mnt/user"
];