From 32b0b3852359c2e621d9f1ffb08a8af0ffe6f266 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 16 Dec 2025 13:00:08 +1000 Subject: [PATCH] Add michael's user --- hosts/armitage/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/armitage/configuration.nix b/hosts/armitage/configuration.nix index ce2b4cc..2eeb99f 100644 --- a/hosts/armitage/configuration.nix +++ b/hosts/armitage/configuration.nix @@ -13,6 +13,15 @@ ../modules/laptop.nix ]; + users.users.michael = { + isNormalUser = true; + description = "Michael Christian Latino"; + extraGroups = [ ]; + packages = with pkgs; [ + ]; + shell = pkgs.fish; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;