fix: remove common '.nix' suffix

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 3ed5ff019d
commit 401b25b9a0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
{
imports = [
./hard.nix
../../modules/common.nix
../../modules/common
../../modules/ssh/hardened-openssh.nix
];