mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +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
|
# hostname
|
||||||
#
|
#
|
||||||
{ _module.args = { inherit hostname; }; }
|
{ networking.hostName = hostname; }
|
||||||
|
|
||||||
#
|
#
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
|
|
@ -86,11 +86,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
hm.imports = [
|
hm.imports = [
|
||||||
#
|
|
||||||
# hostname
|
|
||||||
#
|
|
||||||
{ _module.args = { inherit hostname; }; }
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# home modules
|
# home modules
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ in
|
||||||
#
|
#
|
||||||
# hostname
|
# hostname
|
||||||
#
|
#
|
||||||
{ _module.args = { inherit hostname; }; }
|
{ networking.hostName = hostname; }
|
||||||
|
|
||||||
#
|
#
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
|
|
@ -97,11 +97,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
hm.imports = [
|
hm.imports = [
|
||||||
#
|
|
||||||
# hostname
|
|
||||||
#
|
|
||||||
{ _module.args = { inherit hostname; }; }
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# home modules
|
# home modules
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ in
|
||||||
#
|
#
|
||||||
# hostname
|
# hostname
|
||||||
#
|
#
|
||||||
{ _module.args = { inherit hostname; }; }
|
{ networking.hostName = hostname; }
|
||||||
|
|
||||||
#
|
#
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
|
|
@ -147,11 +147,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
hm.imports = [
|
hm.imports = [
|
||||||
#
|
|
||||||
# hostname
|
|
||||||
#
|
|
||||||
{ _module.args = { inherit hostname; }; }
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# home modules
|
# home modules
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
{ hostname, ... }:
|
|
||||||
{
|
{
|
||||||
networking.hostName = hostname;
|
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue