move openssh config to module
This commit is contained in:
parent
49683e7f7a
commit
8179762975
5 changed files with 54 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue