the configuration for all my nixos machines (hacky! bad! ugly!)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added kvm and adb permissions to self

+6 -4
+6 -4
modules/nixos/default.nix
··· 1 1 {pkgs, lib, config, ...}:{ 2 2 imports = [ 3 3 ./nix.nix 4 - ./profiles/zfs.nix 5 - ./profiles/networking.nix 6 - ./profiles/perftools.nix 4 + ./profiles/desktop 7 5 ./profiles/docs.nix 8 6 ./profiles/games.nix 9 - ./profiles/desktop 10 7 ./profiles/laptop.nix 8 + ./profiles/networking.nix 9 + ./profiles/perftools.nix 10 + ./profiles/zfs.nix 11 11 ]; 12 12 13 13 console = { ··· 67 67 "docker" 68 68 "podman" 69 69 "wireshark" 70 + "kvm" 71 + "adbusers" 70 72 "dialout" 71 73 ]; 72 74 linger = true;