hosts/Infini-FRAMEWORK: setup root on tmpfs
This commit is contained in:
parent
fd9195a45a
commit
027971bb9a
2 changed files with 50 additions and 9 deletions
|
@ -21,6 +21,19 @@
|
|||
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
"/home"
|
||||
"/var/log"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/systemd/coredump"
|
||||
];
|
||||
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
|
||||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
|
||||
hardware.video.hidpi.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue