bocchi: init

This commit is contained in:
Nico 2025-05-04 02:10:00 +10:00
parent 7254a7d61f
commit 5aae9811c6
3 changed files with 114 additions and 0 deletions

View file

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