533 current 2024-05-05 18:45:22 24.05.20240503.e9be424 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-05 18:45:34 -04:00
parent 2c159b1e6f
commit 1bf2c58e81
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 147 additions and 44 deletions

View file

@ -82,10 +82,9 @@
extraGroups = ["users"];
};
# services.openssh = {
# enable = true;
# PasswordAuthentication = true;
# };
services.openssh = {
enable = true;
};
environment.systemPackages = with pkgs; [
alvr
@ -94,6 +93,7 @@
vesktop
mangohud
transmission_4
inputs.agenix.packages.${pkgs.system}.default
];
hardware.nvidia = {

View file

@ -63,13 +63,16 @@
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";