Fixed missing user configs for Anton and server

This commit is contained in:
willifan 2024-07-31 18:45:40 +02:00
parent 79022428c3
commit 84b5e3150a
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
}

View File

@ -2,7 +2,7 @@
{
imports = [
./common
# ./${type}
# ./${hostname}
./${type}
./${hostname}
];
}

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
}