diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-18 15:52:33 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-18 15:52:33 -0400 |
| commit | 02b143f5342cc5354e669ca5e214d7ae464b1888 (patch) | |
| tree | c37aa38e4fa640e83f8e63bc7d67b796c9df83e9 /fw/configuration.nix | |
| parent | 3d4fdb83cca2d16d064eef02aaedb2fdc7e7ace7 (diff) | |
| download | home-02b143f5342cc5354e669ca5e214d7ae464b1888.tar.gz | |
modules: various fixes
Diffstat (limited to 'fw/configuration.nix')
| -rw-r--r-- | fw/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix index 34ae73e..70a76ec 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -23,7 +23,6 @@ ]; services.openssh.enable = true; - programs.light.enable = true; services.xserver = { enable = true; displayManager = { |