aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-10-07 23:35:42 +0530
committerAkshay Nair <phenax5@gmail.com>2022-10-07 23:35:42 +0530
commitd56c8ff9424ab87b1e9b78b5961da03a2268dc5b (patch)
tree8333a1ff4118f67f2b67355247c7c80e22e24442 /configuration.nix
parent0156e5e9b6bfb6ddee079d1d021d177041cd0f44 (diff)
downloadnixos-config-d56c8ff9424ab87b1e9b78b5961da03a2268dc5b.tar.gz
nixos-config-d56c8ff9424ab87b1e9b78b5961da03a2268dc5b.zip
config sync
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix26
1 files changed, 3 insertions, 23 deletions
diff --git a/configuration.nix b/configuration.nix
index b4fec18..8e065ce 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -28,6 +28,8 @@ in
enable = true;
};
+ programs.dconf.enable = true;
+
# services.borgbackup =
# let
# homeDir = config.users.users.imsohexy.home;
@@ -54,22 +56,7 @@ in
# };
hardware.bluetooth.enable = false;
- #hardware.bluetooth.package = pkgs.bluezFull;
-
- services.monero = {
- enable = false;
- dataDir = "/var/lib/monero";
- # mining.enable = {
- # enable = false;
- # threads = 2;
- # };
- rpc = {
- address = "127.0.0.1";
- port = 18081;
- # user = "hexyman";
- # password = "";
- };
- };
+ # services.blueman.enable = true;
# Enable sound.
sound.enable = false;
@@ -81,13 +68,6 @@ in
# jack.enable = true;
# alsa.support32Bit = true;
};
- # services.jack = {
- # jackd.enable = true;
- # alsa.enable = false;
- # loopback = {
- # enable = true;
- # };
- # };
# Network
networking = {