This commit is contained in:
2025-08-20 17:19:01 +00:00
parent 3f6938dfda
commit 5510959db4
4 changed files with 13 additions and 7 deletions

View File

@@ -1,11 +1,15 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
imports = [
./modules/atproto-pds.nix
../../modules/nixos/bootloader.nix
../../modules/nixos/network.nix
../../modules/nixos/hardware.nix
../../modules/nixos/nixpkgs.nix
];
services.openssh.enable = true;
services.openssh.enable = lib.mkForce true;
users.users.ocbwoy3 = {
initialPassword = "thisisapassword42069!"; # not the type passwords i use
@@ -19,7 +23,7 @@
enable = true;
allowedTCPPorts = [ 22 443 8080 25565 ];
allowedUDPPorts = [ ];
}
};
catppuccin = {
enable = true;