move openssh config to module

This commit is contained in:
ulic-youthlic 2025-01-13 17:06:15 +08:00
parent 49683e7f7a
commit 8179762975
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 54 additions and 45 deletions

View file

@ -8,7 +8,6 @@
./i18n.nix
./gui.nix
./users
./openssh.nix
./kvm.nix
./nh.nix
./steam.nix
@ -26,6 +25,7 @@
};
programs = {
dae.enable = true;
openssh.enable = true;
};
};
@ -50,7 +50,6 @@
element-desktop
discord-ptb
asusctl
vlc
btop
handbrake
@ -61,12 +60,6 @@
environment.variables.EDITOR = "hx";
nixpkgs = {
config = {
allowUnfree = true;
};
};
boot = {
kernelPackages = pkgs.linuxPackages_zen;
loader.systemd-boot.enable = true;