mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Cleanup
This commit is contained in:
parent
2b19363fbc
commit
f6e4dea468
3 changed files with 35 additions and 15 deletions
|
|
@ -28,23 +28,11 @@
|
|||
options = ["fmask=0022" "dmask=0022"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/store" = {
|
||||
device = "nix-store";
|
||||
fileSystems."/mnt/user" = {
|
||||
device = "array";
|
||||
fsType = "9p";
|
||||
};
|
||||
|
||||
fileSystems."/nix/store" = {
|
||||
depends = [
|
||||
"/mnt/store"
|
||||
];
|
||||
|
||||
device = "/mnt/store";
|
||||
fsType = "none";
|
||||
options = [
|
||||
"bind"
|
||||
];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue