Do not assign values to config.
This commit is contained in:
parent
019894965a
commit
eaf3bf45c5
19 changed files with 28 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
config.machine = {
|
||||
machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Lilim";
|
||||
networkD = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
}:
|
||||
|
||||
{
|
||||
config.machine = {
|
||||
machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Marid";
|
||||
users = [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
_:
|
||||
|
||||
{
|
||||
config.machine = rec {
|
||||
machine = rec {
|
||||
hostName = "Ophanim";
|
||||
domain = "ophanim.de";
|
||||
users = [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [
|
||||
../../options/copySysConf.nix
|
||||
];
|
||||
config.machine = {
|
||||
machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Sheol";
|
||||
networkD = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue