forked from CCCHH/nix-infra
Configure EH22 Wiki
This commit is contained in:
parent
320f4afb4a
commit
475ab8cc66
5 changed files with 218 additions and 0 deletions
9
config/hosts/eh22-wiki/default.nix
Normal file
9
config/hosts/eh22-wiki/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./dokuwiki.nix
|
||||
./networking.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue