Add base homserver config

This commit is contained in:
caem 2023-06-24 23:09:01 +02:00
parent 45d315023f
commit 26694e1e52
8 changed files with 101 additions and 17 deletions

View file

@ -13,7 +13,6 @@
files = [
"/etc/machine-id"
"/etc/shadow"
];
};
}

View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./common.nix
];
}