diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-10-11 21:43:18 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-10-11 21:44:44 -0400 |
commit | 0f245df6bacc3f1ad0230efa4d7593db8830849b (patch) | |
tree | 3d78da0d1b0898a450da7242b665a779cd18d465 /config | |
parent | 1f4724fe048a15ac5f3568c0ca93d7ef3c4c8679 (diff) |
Stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/desktop.nix | 3 | ||||
-rw-r--r-- | config/users.nix | 2 |
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 |