mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
switched the thinkpad to zfs again
This commit is contained in:
parent
3949aa8bb9
commit
085e064e46
6 changed files with 67 additions and 71 deletions
|
@ -21,9 +21,13 @@
|
|||
"/home/*/.cache"
|
||||
"/home/*/.zcomp*"
|
||||
"/home/*/.zcomp*"
|
||||
"/home/*/.local/share/Steam"
|
||||
"/home/*/.local/share/Trash"
|
||||
"/home/*/.local/share/vifm/Trash"
|
||||
"/home/*/.gradle*"
|
||||
"/home/*/.java*"
|
||||
"/home/*/.m2*"
|
||||
"/home/*/.wine*"
|
||||
"/home/*/.mypy_cache*"
|
||||
"/home/*/.local/share"
|
||||
"/home/*/.local/share"
|
||||
"/home/*/Linux/Isos"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = "thinkpad";
|
||||
hostId = "d8d34032";
|
||||
enableIPv6 = true;
|
||||
wireless = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue