Minor fixes
This commit is contained in:
parent
7bc8a15ff4
commit
311ce71705
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue