diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-02 18:54:24 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-05 22:01:51 +0200 |
commit | 71492b0d10b5eb7f85a1b6dc28707adea2f7f068 (patch) | |
tree | 8a761d73e30514f87553df09eec9eee9a3bb5bb4 /nixos/hosts/hamac | |
parent | 04f8ec6294a145020b7c05d704913247f131aceb (diff) |
I'm not sure why the Kodi user now needs to be in the `audio` group
but without it the user can only see a dummy device.
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r-- | nixos/hosts/hamac/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix index d32ea58..9c4bde6 100644 --- a/nixos/hosts/hamac/default.nix +++ b/nixos/hosts/hamac/default.nix @@ -1,13 +1,8 @@ # See the configuration.nix(5) man page and the NixOS manual (accessible by running `nixos-help`). -let - sources = import <top/npins>; - pkgs-unstable = import sources.nixpkgs-unstable {}; -in { config, lib, pkgs, ... }: { - _module.args = { inherit pkgs-unstable; }; imports = [ ./hardware-configuration.nix <top/profiles/workstation> |