Various
This commit is contained in:
parent
f819c3bad6
commit
82ac0622aa
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
fleetModules,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -15,4 +16,12 @@
|
|||
users.mutableUsers = false;
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||
system.switch.enableNg = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.btop ];
|
||||
|
||||
# FIXME not the best place
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue