Add swap file and minor cleanup

This commit is contained in:
2020-05-08 20:55:53 +02:00
parent 41562a4c5d
commit 4f9079395d
3 changed files with 9 additions and 12 deletions

View File

@@ -9,18 +9,16 @@
# Set hostname and hostid
networking = {
hostName = "panacea";
hostId = "";
hostId = "a434d9ed230d";
wireless = {
enable = true;
}
};
# Enable zeroconf
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
userServices = true;
};
reflector = true;
};
# Wireguard setup

View File

@@ -2,14 +2,8 @@
{
environment.systemPackages = with pkgs; [
# Development
git direnv lorri
# Monitoring
htop
# Text editors
neovim emacs
# Terminals
kitty tmux tmuxp
# Password management
pass-wayland passff-host gitAndTools.pass-git-helper
# Browsers