Added config for rtl-sdr; changed timezone
This commit is contained in:
@@ -61,8 +61,17 @@
|
||||
pinentry-gtk2
|
||||
protonmail-bridge
|
||||
pass
|
||||
|
||||
# For RTL-SDR
|
||||
libusb1
|
||||
rtl-sdr
|
||||
gqrx
|
||||
];
|
||||
|
||||
# For RTL-SDR
|
||||
hardware.rtl-sdr.enable = true;
|
||||
|
||||
|
||||
# Setup Pinentry
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# General setup
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
time.timeZone = "America/New_York";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "en_US.UTF-8";
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
isNormalUser = true;
|
||||
useDefaultShell = true;
|
||||
description = "random";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" "plugdev" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user