Remove old comments
This commit is contained in:
parent
a7b5ddde96
commit
e69177f0ed
1 changed files with 0 additions and 13 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue