mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated some things
This commit is contained in:
parent
b9b9ac2322
commit
4fbb9a38c0
5 changed files with 30 additions and 11 deletions
|
|
@ -33,6 +33,18 @@
|
|||
fsType = "9p";
|
||||
};
|
||||
|
||||
fileSystems."/nix" = {
|
||||
depends = [
|
||||
"/mnt/user"
|
||||
];
|
||||
|
||||
device = "/mnt/user/nix-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