mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 10:48:00 -05:00
Why is unfree a problem?
This commit is contained in:
parent
0b35155087
commit
ead12ee167
2 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
};
|
||||
in rec
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixosConfigurations = {
|
||||
kim = import ./hosts/kim {
|
||||
inherit inputs globals;
|
||||
|
|
|
|||
|
|
@ -62,12 +62,13 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
description = "Annika Merris";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
gui.enable = true;
|
||||
discord.enable = true;
|
||||
firefox.enable = true;
|
||||
nixpkgs-fmt.enable = true;
|
||||
vscode.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue