fix: remove common '.nix' suffix

This commit is contained in:
2025-12-04 12:47:03 +01:00
parent a1263d8bf1
commit 126671ffc7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
{
imports = [
./hard.nix
../../modules/common.nix
../../modules/common
../../modules/ssh/hardened-openssh.nix
];