mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
Updated nixos config and setup backups
This commit is contained in:
parent
12e8363bdb
commit
9fee8ef0e6
3 changed files with 37 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue