fix mini config

This commit is contained in:
Christoph Cullmann 2025-05-04 18:46:25 +02:00
parent 6790828a28
commit ead992a1ef
No known key found for this signature in database
3 changed files with 37 additions and 75 deletions

View file

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
{
@ -14,9 +10,8 @@
/data/nixos/share/common.nix
];
# our hostname and an ID for ZFS
# our hostname
networking.hostName = "mini";
networking.hostId = "e925ccfb";
# EurKey layout
services.xserver.xkb.layout = "eu";