mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
chore: clean base config
This commit is contained in:
parent
b897a0e1da
commit
12f444efaa
1 changed files with 5 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue