mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update hardware-configuration.nix
This commit is contained in:
parent
2052878f86
commit
89e47bc984
1 changed files with 4 additions and 4 deletions
|
|
@ -28,17 +28,17 @@
|
||||||
options = ["fmask=0022" "dmask=0022"];
|
options = ["fmask=0022" "dmask=0022"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/user" = {
|
fileSystems."/mnt/store" = {
|
||||||
device = "array";
|
device = "nix-store";
|
||||||
fsType = "9p";
|
fsType = "9p";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix/store" = {
|
fileSystems."/nix/store" = {
|
||||||
depends = [
|
depends = [
|
||||||
"/mnt/user"
|
"/mnt/store"
|
||||||
];
|
];
|
||||||
|
|
||||||
device = "/mnt/user/nix-store";
|
device = "/mnt/store";
|
||||||
fsType = "none";
|
fsType = "none";
|
||||||
options = [
|
options = [
|
||||||
"bind"
|
"bind"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue