summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"