Add non-free profile

This commit is contained in:
Hendrik Sokolowski 2022-05-23 23:27:53 +02:00
parent a1c834002a
commit 80e26a3350
3 changed files with 10 additions and 4 deletions

View file

@ -349,11 +349,11 @@
]
},
"locked": {
"lastModified": 1651007218,
"narHash": "sha256-NkQAMtqW0PSJTbLHalyZtaqj0ai2TZMOedug9yDIcFw=",
"lastModified": 1651519540,
"narHash": "sha256-3k6p8VsTwwRPQjE8rrMh+o2AZACZn/eeYJ7ivdQ/Iro=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d14adb99f3fb562ec74ad18c032efc154b438034",
"rev": "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0",
"type": "github"
},
"original": {

View file

@ -120,7 +120,7 @@
hensoko = pubsolaros ++ [ users.hensoko ];
hensoko-light = pubsolaros-light ++ [ users.hensoko ];
giggles = hensoko-light ++ [ ];
norman = hensoko ++ [ graphical virtualisation work ];
norman = hensoko ++ [ graphical non-free virtualisation work ];
redpanda = hensoko;
ringo = hensoko-light ++ [ graphical ];
harrison = hensoko ++ [ graphical server ];

View file

@ -0,0 +1,6 @@
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
hardware.enableRedistributableFirmware = true;
}