enable security-tools for all desktops

This commit is contained in:
Sean Buckley 2021-11-02 14:47:46 -04:00
parent a24f4085ba
commit 43ebe97447
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,6 @@
gnome = true;
profile = "desktop";
hardware = "physical";
security-tools = true;
};
environment.persistence."/persist" = {

View file

@ -28,7 +28,6 @@
gnome = true;
profile = "desktop";
hardware = "physical";
security-tools = true;
};
environment.systemPackages = with pkgs; [

View file

@ -4,7 +4,6 @@
profile = "desktop";
hardware = "physical";
gnome = true;
security-tools = true;
};
boot = {

View file

@ -9,7 +9,10 @@ in
programs.ssh.startAgent = true;
programs.ssh.agentPKCS11Whitelist = pkcslib;
sconfig.alacritty.enable = true;
sconfig = {
alacritty.enable = true;
security-tools = true;
};
fonts.fonts = [
# vscode: "DejaVuSansMono Nerd Font Mono" (size 16)