Update configuration.nix
This commit is contained in:
@@ -109,6 +109,22 @@
|
|||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# GARBAGE COLLECTION
|
||||||
|
############################################################
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 14d";
|
||||||
|
};
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# DESKTOP - GNOME OR KDE
|
# DESKTOP - GNOME OR KDE
|
||||||
############################################################
|
############################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user