summaryrefslogtreecommitdiff
path: root/hosts/shar/configuration.nix
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-01-09 15:29:54 -0500
committerscouckel <james.krinsky@gmail.com>2026-01-09 15:29:54 -0500
commit16e34477e8b927814698edc39fb1332ee9b4401e (patch)
treeb4588c2c553bc1e53f11b7559eac4e7cb74d6a9f /hosts/shar/configuration.nix
parent71e9a27e02c6d5e28790960ab61c88feb13def56 (diff)
add to shar
Diffstat (limited to 'hosts/shar/configuration.nix')
-rw-r--r--hosts/shar/configuration.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix
index d42825b..666c628 100644
--- a/hosts/shar/configuration.nix
+++ b/hosts/shar/configuration.nix
@@ -57,6 +57,13 @@
"9.9.9.9"
];
+ hardware.graphics = {
+ enable = true;
+ enable32Bit = true;
+ };
+
+ services.xserver.enable = true;
+
# Set your time zone.
time.timeZone = "America/New_York";
@@ -88,6 +95,7 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
vim
+ git
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBgQS9Y3yqztLL0Ss0JUCN04B6zgLXIETgY0jyvT6I98 jck@tiamat"