Skip to content

Commit

Permalink
Merge pull request #31 from michaelvanstraten/cleanup
Browse files Browse the repository at this point in the history
chore: Update license format and remove unused GoDNS service module
  • Loading branch information
michaelvanstraten authored Oct 13, 2024
2 parents e43e70a + e761937 commit 4f8de32
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Michael van Straten
Copyright © 2024 Michael van Straten

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 0 additions & 9 deletions nixosConfigurations/hosts/h2946065/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@

nixpkgs.hostPlatform = "x86_64-linux";

services.openssh = {
enable = true;
ports = [ 22 ];
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};

boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 80;
};
Expand Down
44 changes: 0 additions & 44 deletions nixosModules/services/godns.nix

This file was deleted.

0 comments on commit 4f8de32

Please sign in to comment.