refactor host creation #62

Merged
kalipso merged 11 commits from host-builder into staging 2025-01-23 16:48:03 +01:00
4 changed files with 4 additions and 1 deletions
Showing only changes of commit a7446c35f6 - Show all commits

View File

@@ -13,6 +13,7 @@ in
../modules/sshd.nix
../modules/minimal_tools.nix
../modules/autoupdate.nix
inputs.self.nixosModules.malobeo.vpn
inputs.self.nixosModules.malobeo.initssh
inputs.self.nixosModules.malobeo.disko
inputs.self.nixosModules.malobeo.microvm

View File

@@ -9,7 +9,7 @@ with lib;
};
imports = [
self.nixosModules.malobeo.metrics
inputs.malobeo.nixosModules.malobeo.metrics
../durruti/documentation.nix
../modules/malobeo_user.nix
../modules/sshd.nix

View File

@@ -6,6 +6,7 @@ in
{
imports =
[ # Include the results of the hardware scan.
./hardware_configuration.nix
../modules/malobeo_user.nix
];

View File

@@ -17,6 +17,7 @@ with lib;
};
imports = [
inputs.self.nixosModules.malobeo.vpn
../modules/malobeo_user.nix
../modules/sshd.nix
../modules/minimal_tools.nix