From 56a2c77269f72e21fe3222078164c1b8949f65d5 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 4 Jun 2023 11:33:44 -0700 Subject: [PATCH] updated configuration.nix --- modules/configuration.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index a090c01..33b4d89 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -131,7 +131,7 @@ in librewolf fish htop - gnomeExtensions.dash-to-dock-for-cosmic + gnomeExtensions.dash-to-dock gnomeExtensions.vitals gnomeExtensions.pop-shell gnomeExtensions.transparent-top-bar @@ -165,8 +165,6 @@ in parted screen gnome.zenity - moreutils - dig ]; @@ -410,20 +408,6 @@ backup /etc/nix-bitcoin-secrets/ localhost/ networking.firewall.enable = true; - - -####### AUTO UPDATE ####### -# system.autoUpgrade = { -# enable = true; -# flags = [ "--impure" "--update-input" "Sovran_Systems" "--commit-lock-file" ]; -# flake = "/etc/nixos"; -# persistent = true; -# allowReboot = true; -# rebootWindow = { lower = "02:00"; upper = "05:00"; }; -# }; - - - ####### AUTO COLLECT GARABAGE ####### nix.gc = { automatic = true;