summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/desktop.nix3
-rw-r--r--config/users.nix2
2 files changed, 4 insertions, 1 deletions
diff --git a/config/desktop.nix b/config/desktop.nix
index c3f5dc7..76b170c 100644
--- a/config/desktop.nix
+++ b/config/desktop.nix
@@ -4,6 +4,9 @@
location.latitude = 40.0;
location.longitude = -74.0;
+ location.latitude = 40.0;
+ location.longitude = -74.0;
+
hardware = {
opengl = {
enable = true;
diff --git a/config/users.nix b/config/users.nix
index c6acbe8..fa67378 100644
--- a/config/users.nix
+++ b/config/users.nix
@@ -9,7 +9,7 @@ in {
home = "/home/orbekk";
uid = 1000;
description = "KJ";
- extraGroups = ["wheel" "networkmanager" "dialout" "uucp" "audio" "plugdev" "lxd" "readonly"];
+ extraGroups = ["wheel" "networkmanager" "dialout" "uucp" "audio" "plugdev" "lxd" "readonly" "input"];
openssh.authorizedKeys.keyFiles = [
../data/pincer_rsa.pub
../data/yubikey_rsa.pub