Init
This commit is contained in:
commit
be23132d54
13 changed files with 1784 additions and 0 deletions
18
machine-confs/nixos-cpu.nix
Normal file
18
machine-confs/nixos-cpu.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "nixos-cpu";
|
||||
|
||||
imports = [
|
||||
/mnt/nixos-conf/base.nix
|
||||
/mnt/nixos-conf/development.nix
|
||||
/mnt/nixos-conf/vili.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue