142 current 2024-03-05 18:49:14 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
054a92c169
commit
8a69520f4b
3 changed files with 24 additions and 12 deletions
|
|
@ -29,6 +29,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev"'';
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue