Updated some things

This commit is contained in:
Tyler Mayoff 2025-04-20 14:25:49 +00:00
parent b9b9ac2322
commit 4fbb9a38c0
5 changed files with 30 additions and 11 deletions

View file

@ -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