refactored system
This commit is contained in:
parent
6a62e2f23f
commit
386d889455
55 changed files with 336 additions and 580 deletions
13
hosts/arielle/default.nix
Normal file
13
hosts/arielle/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "arielle";
|
||||
networking.domain = "ktiu.net";
|
||||
|
||||
imports = [
|
||||
./hardware
|
||||
../system
|
||||
../system/web-server
|
||||
../system/mail-server
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue