forked from nico/dots
bocchi: init
This commit is contained in:
parent
7254a7d61f
commit
5aae9811c6
3 changed files with 114 additions and 0 deletions
12
hosts/bocchi/configuration.nix
Normal file
12
hosts/bocchi/configuration.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./disko.nix
|
||||
# ./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "bocchi";
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue