work changes
This commit is contained in:
parent
126584cbcd
commit
fb5c04a84a
7 changed files with 36 additions and 26 deletions
|
|
@ -11,6 +11,11 @@ user: { config, pkgs, lib, ... }:
|
|||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
|
||||
nix.settings.trusted-users = [ "root" user ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue