part 1 - selfhost: windows -> nix

This commit is contained in:
2025-08-20 18:10:58 +03:00
parent 9c6964031f
commit 474776c9f1
7 changed files with 37 additions and 27 deletions

View File

@@ -18,8 +18,6 @@
# services.displayManager.defaultSession = "hyprland";
services.displayManager.gdm.enable = true;
programs.zsh.enable = true;
programs.direnv = {
@@ -40,8 +38,7 @@
services.openssh = {
enable = true;
ports = [ ];
banner = "bro fuck off";
ports = [ 22 ];
};
security.sudo.enable = true;