Compare commits

..

No commits in common. "d32d9d7bf324f3f220b68d01426ef513bf155275" and "819ddbd4e53872fb9191cb8f88a819b92152690f" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -463,11 +463,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683651229, "lastModified": 1683543852,
"narHash": "sha256-HN0Mw8g1XQIrcdyzqT00YW0Uqi/V/BUUUAgvcK1pcSM=", "narHash": "sha256-aS9qNcg9GwSYFLCWa3Lw+2nVPG11mmQ3B7Oka1hh04M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "983f8a1bb965b261492123cd8e2d07da46d4d50a", "rev": "3f3fa731ad0f99741d4dc98e8e1287b45e30b452",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -70,11 +70,6 @@
# restrict nix command to sudoers # restrict nix command to sudoers
nix.settings.allowed-users = [ "@wheel" ]; nix.settings.allowed-users = [ "@wheel" ];
# shorter timeout for systemd services
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
# hardware # hardware
hardware = { hardware = {
enableRedistributableFirmware = true; enableRedistributableFirmware = true;