From 2720ea4a2988b449de8aeedb4e173eb1f0900719 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:54:57 -0500 Subject: userDetails added etc --- modules/hosts/T430/configuration.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'modules/hosts/T430') diff --git a/modules/hosts/T430/configuration.nix b/modules/hosts/T430/configuration.nix index a8744ba..282515d 100644 --- a/modules/hosts/T430/configuration.nix +++ b/modules/hosts/T430/configuration.nix @@ -2,20 +2,11 @@ imports = [ ./hardware-configuration.nix ]; networking.hostName = "T430"; - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.timmy = { - description = "Tim Keller"; - isNormalUser = true; - extraGroups = [ "wheel" "docker" ]; # Enable ‘sudo’ for the user. - packages = with pkgs; [ - ]; - }; - # TODO this does not function - boot.initrd.systemd.extraBin = { - sh = "${pkgs.dash}/bin/dash"; - vim = "${pkgs.neovim}/bin/nvim"; - }; + #boot.initrd.systemd.extraBin = { + # sh = "${pkgs.dash}/bin/dash"; + # vim = "${pkgs.neovim}/bin/nvim"; + #}; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; -- cgit v1.2.3