oops. dense commit

This commit is contained in:
Reid 2024-03-11 17:14:43 -07:00
parent 4d0f08a364
commit 4d598a496a
7 changed files with 29 additions and 43 deletions

View file

@ -4,20 +4,18 @@ let
in {
imports = [
./hardware-configuration.nix
./hardware.nix
./webapps/default.nix
];
users.groups.dotfiles = {};
# HACK HACK HACK
services.logrotate.checkConfig = false;
# HACK HACK HACK
normalUsers = {
reidlab = {
conf = {
packages = with pkgs; [ bat tree micro duf ];
packages = with pkgs; [
bat btop duf file micro nix-output-monitor tree which
];
extraGroups = [ "wheel" "dotfiles" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICmwWuwS+a1GzYFSNOkgk/zF5bolXqat1RP5FXJv+vto reidlab@rei-pc"
@ -33,11 +31,6 @@ in {
};
};
keyboard = {
locale = "en_US.UTF-8";
variant = "qwerty";
};
modules = {
services = {
ssh = {
@ -55,6 +48,7 @@ in {
security.useDoas = false;
};
# enable networking
networking = {
hostName = "nixos-server-reid";
networkmanager.enable = true;