Solved the edge case of Loki failing at first startup due to folders not initialized.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m26s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m26s
This commit is contained in:
parent
0270bbac6f
commit
7fdee70cec
3 changed files with 62 additions and 55 deletions
|
|
@ -34,7 +34,7 @@ in {
|
|||
(choose [./modules/desktop-manager/gnome.nix ../desktop-manager/gnome.nix])
|
||||
(choose [./modules/local/hostname_username.nix ../local/hostname_username.nix])
|
||||
(choose [./modules/local/networking_local.nix ../local/networking_local.nix])
|
||||
(choose [./modules/bootloader/seabios-assigned-iso-at-birth.nix ../bootloader/seabios-assigned-iso-at-birth.nix])
|
||||
# (choose [./modules/bootloader/seabios-assigned-iso-at-birth.nix ../bootloader/seabios-assigned-iso-at-birth.nix])
|
||||
(choose [./modules/lix-default.nix ../lix-default.nix])
|
||||
(choose [./modules/toolsets/grafana_metric.nix ../toolsets/grafana_metric.nix])
|
||||
(choose [./modules/secrets-config/sops-database.nix ../secrets-config/sops-database.nix])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue