Skip to content

Commit

Permalink
hosts: Drop user configuration on servers
Browse files Browse the repository at this point in the history
It has been active only on desktops since a98a347.
  • Loading branch information
britter committed Jun 24, 2024
1 parent c373f3a commit c9d58e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions systems/aarch64-linux/raspberry-pi/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
ip = "192.168.178.105";
role = "server";
};
user = {
# default name baked into the ARM ISO image
name = "nixos";
signingKey = "92166C2B83447076";
};
modules.adguard.enable = true;
};

Expand Down
7 changes: 0 additions & 7 deletions systems/x86_64-linux/cyberoffice/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
ip = "192.168.178.200";
role = "server";
};
# TODO make the user module optional. Servers don't need a dedicated user
user = {
# default name baked into the ISO image
name = "nixos";
# TODO make this optional. Signing is not required on servers.
signingKey = "394546A47BB40E12";
};
modules = {
disko = {
enable = true;
Expand Down
7 changes: 0 additions & 7 deletions systems/x86_64-linux/watchtower/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
ip = "192.168.178.210";
role = "server";
};
# TODO make the user module optional. Servers don't need a dedicated user
user = {
# default name baked into the ISO image
name = "nixos";
# TODO make this optional. Signing is not required on servers.
signingKey = "394546A47BB40E12";
};
modules = {
disko = {
enable = true;
Expand Down

0 comments on commit c9d58e2

Please sign in to comment.