diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-30 17:54:13 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-30 17:55:34 +0100 |
commit | 3749e4c2efebf5be9f9d78119bf38823b6aa6259 (patch) | |
tree | 43db1f9405c0e7d0cfcc8eda1464206b108de277 /hosts | |
parent | Hardware: Move hardware specific settings from hosts (diff) | |
download | nixos-config-3749e4c2efebf5be9f9d78119bf38823b6aa6259.tar.gz nixos-config-3749e4c2efebf5be9f9d78119bf38823b6aa6259.tar.bz2 nixos-config-3749e4c2efebf5be9f9d78119bf38823b6aa6259.zip |
Host: Chromebook+Thinkpad: Disable webcam module
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index bee10d3..0c59e9e 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { - imports = []; + imports = [ ]; services = { # Configure keymap in X11 |