chore: clean base config

This commit is contained in:
Julien Malka 2024-05-26 17:20:40 +02:00
parent b897a0e1da
commit 12f444efaa
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
@ -16,16 +16,15 @@
time.timeZone = "Europe/Paris";
i18n.defaultLocale = "en_US.UTF-8";
console = {
keyMap = lib.mkForce "fr";
keyMap = "fr";
font = null;
useXkbConfig = true;
};
programs.gnupg.agent.enable = true;
networking.firewall.enable = true;
environment.systemPackages = with pkgs; [
wget
rxvt_unicode
xorg.xbacklight
neovim
attic
kitty
@ -38,8 +37,6 @@
networking.firewall.checkReversePath = "loose";
systemd.services.NetworkManager-wait-online.enable = false;
age.identityPaths = [
"/etc/ssh/ssh_host_ed25519_key"
"/persistent/etc/ssh/ssh_host_ed25519_key"