diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 11:19:36 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 20:54:09 +0530 |
commit | 824fcd344e42c54a4cbdedc8f7a11d3520218649 (patch) | |
tree | fb5305d4c5ee6d0edf90bcbd6b46e2f2e3496710 /common.nix | |
parent | 0b8e24c80ad0a5e9e97b0aedd17357199b82c369 (diff) |
modules/seatd: drop upstreamed changes
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11,14 +11,11 @@ in disabledModules = [ "services/networking/pppd.nix" "services/networking/iwd.nix" - "system/boot/systemd/logind.nix" ]; imports = [ ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix - ./modules/seatd.nix - ./modules/logind.nix ./modules/iwd.nix ]; |