CLEAN: nix develop

This commit is contained in:
DuN0z 2025-10-05 08:20:57 +02:00
parent daeb15f821
commit c495445e91
22 changed files with 439 additions and 423 deletions

View file

@ -12,9 +12,9 @@
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false ;
PubkeyAuthentication = true ;
};
PasswordAuthentication = false;
PubkeyAuthentication = true;
};
};
environment.systemPackages = with pkgs; [

View file

@ -20,10 +20,10 @@
services.openssh = {
enable = true;
settings = {
X11Forwarding = true ;
X11DisplayOffset = 10 ;
X11Forwarding = true;
X11DisplayOffset = 10;
};
};
};
environment.systemPackages = with pkgs; [
btrfs-progs