make templates user-agnostic
Templates should not reference specific users. Users are added manually when creating a new host from the template.
This commit is contained in:
parent
7c7eaf32af
commit
5607cad78f
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
outputs.nixosModules.normalUsers
|
outputs.nixosModules.normalUsers
|
||||||
../../users/steffen
|
# Add users here, e.g.:
|
||||||
|
# ../../users/<username>
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
outputs.nixosModules.normalUsers
|
outputs.nixosModules.normalUsers
|
||||||
../../users/steffen
|
# Add users here, e.g.:
|
||||||
|
# ../../users/<username>
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue