added services to blogbox and added new nic to alisceon-core
This commit is contained in:
parent
8a2e2532bd
commit
ecde469fe7
4 changed files with 452 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
../../modules/services/forgejo.nix
|
||||
../../modules/services/nginx.nix
|
||||
../../modules/services/oci-authorized-keys.nix
|
||||
../../modules/services/oci-secondary-vnics.nix
|
||||
../../modules/services/tor.nix
|
||||
];
|
||||
|
||||
|
|
@ -69,6 +70,7 @@
|
|||
defaultShell = "/run/current-system/sw/bin/xonsh";
|
||||
};
|
||||
ociAuthorizedKeys.enable = true;
|
||||
ociSecondaryVnics.enable = true;
|
||||
};
|
||||
|
||||
security = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue