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"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/user" = {
|
||||
device = "array";
|
||||
fileSystems."/mnt/store" = {
|
||||
device = "nix-store";
|
||||
fsType = "9p";
|
||||
};
|
||||
|
||||
fileSystems."/nix/store" = {
|
||||
depends = [
|
||||
"/mnt/user"
|
||||
"/mnt/store"
|
||||
];
|
||||
|
||||
device = "/mnt/user/nix-store";
|
||||
device = "/mnt/store";
|
||||
fsType = "none";
|
||||
options = [
|
||||
"bind"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue