summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/firelink.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index 959af54..7ba279a 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -73,8 +73,6 @@ in {
};
networking.interfaces."enp37s0.admin".useDHCP = true;
- programs.bcc.enable = true;
-
systemd.extraConfig = "DefaultLimitNOFILE=1048576";
security.pam.loginLimits = [{
@@ -84,17 +82,7 @@ in {
value = "1048576";
}];
- systemd.timers.duckdns = {
- wantedBy = [ "timers.target" ];
- timerConfig = {
- OnBootSec = "1m";
- OnUnitInactiveSec = "10m";
- };
- };
-
services.blueman.enable = true;
-
- hardware.steam-hardware.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ];
services.xserver.resolutions = [{
x = 2560;
@@ -105,8 +93,6 @@ in {
hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = true;
- # console.earlySetup = true;
-
# Use steam driver instead.
boot.blacklistedKernelModules = [ "hid_playstation" ];
boot.loader.timeout = 1;