Add swap file and minor cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user