nix/os/devices: add CFB4ED74
This commit is contained in:
parent
cfeabb8e5d
commit
c581e5d0a3
5 changed files with 81 additions and 0 deletions
21
nix/os/devices/CFB4ED74/system.nix
Normal file
21
nix/os/devices/CFB4ED74/system.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, ... }:
|
||||
|
||||
{
|
||||
# TASK: new device
|
||||
networking.hostName = "CFB4ED74"; # Define your hostname.
|
||||
|
||||
networking.firewall.enable = lib.mkForce false;
|
||||
|
||||
# Kubernetes
|
||||
# services.kubernetes.roles = ["master" "node"];
|
||||
|
||||
# virtualization
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue