quick update host

This commit is contained in:
afoucaultc 2026-08-07 09:49:17 +02:00
parent 033677e764
commit 5dc6c8a77c
22 changed files with 109 additions and 56 deletions

View file

@ -1,17 +0,0 @@
{ ... }:
{
networking = {
hostName = "nixos-home";
networkmanager.enable = true;
firewall.enable = true;
};
services = {
xserver.xkb = {
layout = "fr";
variant = "";
};
printing.enable = true;
openssh.enable = false;
flatpak.enable = true;
};
}