dots/hosts/bocchi/configuration.nix
2025-05-04 02:10:00 +10:00

12 lines
173 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./disko.nix
# ./hardware-configuration.nix
];
networking.hostName = "bocchi";
hardware.graphics.enable = true;
}