mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +01:00
vps stuff testing
This commit is contained in:
parent
f106b5024e
commit
fc19562e68
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
port = 22;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."gtnh.lgm.6dcdb488.nip.io" = {
|
||||
root = "/var/www/gtnh";
|
||||
};
|
||||
};
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -34,6 +41,7 @@
|
|||
description = "lgm";
|
||||
extraGroups = [ "wheel""docker"];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keys = [''sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIHFPA2RhqZIVCLwYuEUDQyOnJ4g1R6IfQyhGqZ2Cvvu+AAAABHNzaDo= lgm@lgm-nixos''];
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Reference in a new issue