[nidaros] Add initial Nidaros homelab config
This commit is contained in:
13
hosts/nidaros/default.nix
Normal file
13
hosts/nidaros/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ lib, systemConfig, ... }:
|
||||
|
||||
{
|
||||
imports = with lib.custom; [
|
||||
(relativeToBase "modules")
|
||||
./configuration.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
# Temp fix to not override password until sops have been implemented
|
||||
users.users.${systemConfig.username}.hashedPasswordFile = lib.mkForce null;
|
||||
|
||||
}
|
Reference in New Issue
Block a user