分割pkgs软件包部分
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
];
|
||||
imports =
|
||||
[
|
||||
./pkgs.configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
@@ -50,14 +51,14 @@
|
||||
hashedPassword = "$6$K3dbe2DC/9mq7Y8h$0Uy/lNwnFTHAjC61imz1wWQvDo12BUtOsgbP4vRAgN9gR.RFV8ZHw/6ns16.QO1KoXNuPxxNSoYMDk1HSYq/O/";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
curl
|
||||
openssh
|
||||
htop
|
||||
git
|
||||
neofetch
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# vim
|
||||
# curl
|
||||
# openssh
|
||||
# htop
|
||||
# git
|
||||
# neofetch
|
||||
# ];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings.PasswordAuthentication = true;
|
||||
|
||||
Reference in New Issue
Block a user