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:
parent
c7d4fc7e47
commit
3ac51c3662
4 changed files with 31 additions and 59 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue