Updated nixos config and setup backups

This commit is contained in:
Tyler Mayoff 2024-10-01 14:22:04 +00:00
parent 12e8363bdb
commit 9fee8ef0e6
3 changed files with 37 additions and 30 deletions

View file

@ -28,6 +28,11 @@
options = ["fmask=0022" "dmask=0022"];
};
fileSystems."/mnt/user" = {
device = "array";
fsType = "9p";
};
swapDevices = [];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking