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.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
];