Wire up gagarin config

main
Matthew Ess 2021-01-10 23:00:23 -05:00
parent 2bef9032fc
commit a1e20ef558
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@
{
imports = [ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
../../profiles/server.nix
];
# Use the systemd-boot EFI boot loader.

7
profiles/server.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./common.nix ];
}