work changes

This commit is contained in:
Tristan 2023-12-11 10:09:20 +00:00
parent 126584cbcd
commit fb5c04a84a
7 changed files with 36 additions and 26 deletions

View file

@ -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;