summaryrefslogtreecommitdiff
path: root/modules/hosts/T430
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-02 22:54:57 -0500
committerTim Keller <tjkeller.xyz>2024-10-02 22:54:57 -0500
commit2720ea4a2988b449de8aeedb4e173eb1f0900719 (patch)
tree1948dfb3131aba85c755819d16c8dfbb3019d487 /modules/hosts/T430
parent9d1b3f23a64506988608143f4bca8ab4c5141d3e (diff)
downloadnixos-2720ea4a2988b449de8aeedb4e173eb1f0900719.tar.xz
nixos-2720ea4a2988b449de8aeedb4e173eb1f0900719.zip
userDetails added etc
Diffstat (limited to 'modules/hosts/T430')
-rw-r--r--modules/hosts/T430/configuration.nix17
1 files changed, 4 insertions, 13 deletions
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 = [ ... ];