Automount virtiofs

This commit is contained in:
Thomas Avé 2024-12-07 22:52:13 +01:00
parent 91684c0349
commit 06a17580a9
2 changed files with 6 additions and 2 deletions

View File

@ -8,11 +8,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-cLqKFRw5I2HMWzfIolLyNVmk094KoIqt0zRdRwo7a5Y=",
"path": "/nix/store/xvy28g27rbhc73ixnl9aa3dn7sn2iw5f-source/home/ags",
"path": "/nix/store/gcp2npaigg7q1jvrf6kzka1mpjmwfr80-source/home/ags",
"type": "path"
},
"original": {
"path": "/nix/store/xvy28g27rbhc73ixnl9aa3dn7sn2iw5f-source/home/ags",
"path": "/nix/store/gcp2npaigg7q1jvrf6kzka1mpjmwfr80-source/home/ags",
"type": "path"
}
},

View File

@ -35,4 +35,8 @@ in {
enable = true;
gamescopeSession.enable = true;
};
fileSystems."/mnt/host" = {
device = "host";
fsType = "virtiofs";
};
}