From 311ce717054ecd244e09a2dcfb6df29233f535ad Mon Sep 17 00:00:00 2001 From: baduhai Date: Tue, 29 Nov 2022 22:49:12 -0300 Subject: [PATCH] Minor fixes --- hosts/servers/alexandria.nix | 4 ++-- users/servers/user.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/servers/alexandria.nix b/hosts/servers/alexandria.nix index 6fde555..f1189e6 100644 --- a/hosts/servers/alexandria.nix +++ b/hosts/servers/alexandria.nix @@ -3,8 +3,8 @@ { imports = [ # Host-specific imports - .alexandria/hardware-configuration.nix - .alexandria/hosted-services.nix + ./alexandria/hardware-configuration.nix + ./alexandria/hosted-services.nix # Host-common imports ../common/networking.nix ../common/packages.nix diff --git a/users/servers/user.nix b/users/servers/user.nix index ba79029..8b8c81b 100644 --- a/users/servers/user.nix +++ b/users/servers/user.nix @@ -1,4 +1,4 @@ - config, pkgs, lib, ... }: +{ config, pkgs, lib, ... }: { imports = [