Revert "533 current 2024-05-05 18:45:22 24.05.20240503.e9be424 6.8.6-zen1 *"
This reverts commit 1bf2c58e81.
This commit is contained in:
parent
1bf2c58e81
commit
d9d9c7964a
4 changed files with 45 additions and 148 deletions
|
|
@ -82,9 +82,10 @@
|
|||
extraGroups = ["users"];
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
# services.openssh = {
|
||||
# enable = true;
|
||||
# PasswordAuthentication = true;
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alvr
|
||||
|
|
@ -93,7 +94,6 @@
|
|||
vesktop
|
||||
mangohud
|
||||
transmission_4
|
||||
inputs.agenix.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
|
|||
|
|
@ -63,16 +63,13 @@
|
|||
description = "zack";
|
||||
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [];
|
||||
hashedPassword = "$6$rounds=2000000$673Iz4rM8Dr9yz7C$Xq5JXxE7ioUrpZmMf3uTrPN2ODrEu3Sph6EhWyPoM5Ty./FhgB9hU0mz1yYo8sUj7wdUMWfR98haVJ24Wv3BK/";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICuUA9KTvcZ+ZTEO90y6VcmQyuwL30I2mOGsm8GZn7BF zack@mars"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.agenix.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
users.users.alfie = {
|
||||
isNormalUser = true;
|
||||
description = "alfie";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue