tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Remove random black mesa stuff
bwc9876.dev
1 year ago
a7e88877
6f37b051
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
-9
1 changed file
expand all
collapse all
unified
split
systemConfigs
black-mesa.nix
-9
systemConfigs/black-mesa.nix
···
23
23
24
24
security.rtkit.enable = true; # Allows pipewire and friends to run realtime
25
25
26
26
-
programs.nix-ld = {
27
27
-
enable = true;
28
28
-
};
29
29
-
30
26
services.pipewire = {
31
27
enable = true;
32
28
pulse.enable = true;
···
56
52
});
57
53
capSysNice = true;
58
54
};
59
59
-
60
60
-
environment.systemPackages = with pkgs; [
61
61
-
cage
62
62
-
uwsm
63
63
-
];
64
55
65
56
fileSystems."/" = {
66
57
device = "/dev/disk/by-uuid/77e539a3-813d-465b-ac11-8aad37300858";