fix modules error

This commit is contained in:
Odweta
2026-01-19 15:03:08 +00:00
parent 7f1dde8e06
commit e20c60491f
5 changed files with 48 additions and 28 deletions
+9 -5
View File
@@ -1,5 +1,9 @@
[
./networking.nix
./openssh.nix
./printing.nix
]
{ ... }:
{
imports = [
./networking.nix
./openssh.nix
./printing.nix
];
}