mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:53:35 -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
|
in rec
|
||||||
{
|
{
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
kim = import ./hosts/kim {
|
kim = import ./hosts/kim {
|
||||||
inherit inputs globals;
|
inherit inputs globals;
|
||||||
|
|
|
||||||
|
|
@ -62,12 +62,13 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
description = "Annika Merris";
|
description = "Annika Merris";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
};
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
nixpkgs-fmt.enable = true;
|
||||||
|
vscode.enable = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue