initial commit
This commit is contained in:
commit
4014d5e658
30 changed files with 911 additions and 0 deletions
12
hosts/crayon/default.nix
Normal file
12
hosts/crayon/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix # Include the results of the hardware scan.
|
||||
./mailserver.nix
|
||||
./nginx.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue