miku bcachefs

This commit is contained in:
Christoph Cullmann 2025-05-05 16:26:11 +02:00
parent ead992a1ef
commit 6689d9b279
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 = "miku";
networking.hostId = "c132caed";
# EurKey layout
services.xserver.xkb.layout = "eu";