Fix server

This commit is contained in:
Alexander Bantyev 2021-07-19 22:14:41 +03:00
parent c527204071
commit d077a9e17a
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -1,5 +1,5 @@
{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
./hardware-configuration.nix
inputs.self.nixosRoles.base
gitea