fix server, etc etc
This commit is contained in:
parent
827885b5b2
commit
50d47ffe5a
6 changed files with 42 additions and 39 deletions
|
|
@ -2,7 +2,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
xorg.xkill
|
||||
macchina
|
||||
unstable.rustdesk
|
||||
rustdesk
|
||||
screen
|
||||
libthai
|
||||
bat
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
unstable.helix
|
||||
localsend
|
||||
mesa
|
||||
mpv
|
||||
unstable.mpv
|
||||
ouch
|
||||
ripgrep
|
||||
skim
|
||||
|
|
@ -29,6 +29,8 @@
|
|||
programs.partition-manager.enable = lib.mkDefault true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.package = pkgs.unstable.tailscale;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.flatpak.enable = lib.mkDefault true;
|
||||
services.printing.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue