1 lass: enable identity
This commit is contained in:
parent
74497c357e
commit
0bb58a24c5
@ -33,6 +33,12 @@
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
imports = [ ../../3modules/tv/identity.nix ];
|
||||
tv.identity = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
networking.hostName = "mors";
|
||||
|
@ -24,6 +24,12 @@
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
imports = [ ../../3modules/tv/identity.nix ];
|
||||
tv.identity = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
networking.hostName = "uriel";
|
||||
|
Loading…
Reference in New Issue
Block a user