Build machine config change and fixes, improve the dry running, move about the some configs when using builtin hardware-configuration.nix, and fix some syntax issues.

This commit is contained in:
Root User 2026-02-12 17:37:54 +01:00
parent c7d4fc7e47
commit 3ac51c3662
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 31 additions and 59 deletions

View file

@ -35,8 +35,8 @@
../lix-default.nix
../secrets-config/sops-database.nix
../system_scripts/gcloud_backup.nix
./hardware-configuration.nix
];
## TODO: Make this more elegant and less risky for unexpected errors happening.
] ++ lib.optional (builtins.pathExists ./hardware-configuration.nix) ./hardware-configuration.nix;
config = {
local.hostname = "nixosdd";