Skip to content

Commit

Permalink
Fixed duplicate code from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
harrys522 committed May 20, 2024
1 parent 30d0abf commit 3d3bdcb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/iso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
environment = {
systemPackages = with pkgs; [
prometheus grafana
]
];
};
networking = {
hostName = "xnode";
Expand All @@ -51,13 +51,6 @@ let
};
};
};
services = {
openssh = {
enable = true;
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
};
};
};
};
in
Expand Down

0 comments on commit 3d3bdcb

Please sign in to comment.