Remove old comments

This commit is contained in:
Alexander Kobjolke 2022-02-01 11:58:31 +01:00
parent a7b5ddde96
commit e69177f0ed

View file

@ -30,9 +30,6 @@
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
boot.loader.systemd-boot.enable = true; 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. # Set your time zone.
time.timeZone = "Europe/Berlin"; 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 = { security.acme = {
acceptTerms = true; acceptTerms = true;
email = "alex@jakalx.net"; email = "alex@jakalx.net";
@ -127,17 +120,11 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
rsync rsync
htop htop
tmux tmux
git git
#agenix.defaultPackage.x86_64-linux #agenix.defaultPackage.x86_64-linux
restic # fast and secure backup restic # fast and secure backup
rclone rclone
]; ];