diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index f94da5f..60c7b99 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -30,9 +30,6 @@ boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only boot.loader.systemd-boot.enable = true; - # networking.hostName = "nixos"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - # Set your time zone. time.timeZone = "Europe/Berlin"; @@ -88,10 +85,6 @@ }; }; - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - security.acme = { acceptTerms = true; email = "alex@jakalx.net"; @@ -127,17 +120,11 @@ # $ nix search wget environment.systemPackages = with pkgs; [ wget - rsync - htop - tmux - git - #agenix.defaultPackage.x86_64-linux - restic # fast and secure backup rclone ];