feat(core): initialize NaxOS declarative NixOS distribution, modules, and ISO installer
Test NaxOS Module Configurations / test-modules (push) Failing after 6m10s
Test NaxOS Module Configurations / test-modules (push) Failing after 6m10s
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./core/system.nix
|
||||
./core/users.nix
|
||||
./core/gitops.nix
|
||||
./core/self-update.nix
|
||||
./storage/zfs.nix
|
||||
./shares/samba.nix
|
||||
./shares/nfs.nix
|
||||
./services/app-engine.nix
|
||||
./services/apps
|
||||
./monitoring/prometheus.nix
|
||||
./monitoring/perses.nix
|
||||
./api/daemon.nix
|
||||
./ui/service.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user