This commit is contained in:
2026-01-20 19:48:20 -05:00
parent bd0c7cde6d
commit a6a9196137
8 changed files with 65 additions and 15 deletions

View File

@@ -9,7 +9,12 @@ pkgs.testers.runNixOSTest {
nodes = {
server =
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
{
imports = [
../modules/security.nix