mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
tree-wide: stop passing hostname around
This commit is contained in:
parent
01e50baa5c
commit
3936988898
4 changed files with 3 additions and 21 deletions
|
|
@ -25,7 +25,7 @@ in
|
|||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
{ networking.hostName = hostname; }
|
||||
|
||||
#
|
||||
# nixpkgs
|
||||
|
|
@ -86,11 +86,6 @@ in
|
|||
};
|
||||
|
||||
hm.imports = [
|
||||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
|
||||
#
|
||||
# home modules
|
||||
#
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ in
|
|||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
{ networking.hostName = hostname; }
|
||||
|
||||
#
|
||||
# nixpkgs
|
||||
|
|
@ -97,11 +97,6 @@ in
|
|||
};
|
||||
|
||||
hm.imports = [
|
||||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
|
||||
#
|
||||
# home modules
|
||||
#
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in
|
|||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
{ networking.hostName = hostname; }
|
||||
|
||||
#
|
||||
# nixpkgs
|
||||
|
|
@ -147,11 +147,6 @@ in
|
|||
};
|
||||
|
||||
hm.imports = [
|
||||
#
|
||||
# hostname
|
||||
#
|
||||
{ _module.args = { inherit hostname; }; }
|
||||
|
||||
#
|
||||
# home modules
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{ hostname, ... }:
|
||||
{
|
||||
networking.hostName = hostname;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue