Add: SIIT-DC
This commit is contained in:
parent
2133b21dbb
commit
e4a2ced1b4
2 changed files with 34 additions and 0 deletions
12
machine-confs/siit-dc.nix
Normal file
12
machine-confs/siit-dc.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.hostName = "siit-dc";
|
||||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/siit-dc.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue