From a27781fbe1c38b0325966ee7e12098c49878be56 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 15 Aug 2022 07:35:49 -0500 Subject: [PATCH] moved some things to homedir-manager --- eve/configuration.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/eve/configuration.nix b/eve/configuration.nix index ff6d34d..b61f788 100644 --- a/eve/configuration.nix +++ b/eve/configuration.nix @@ -26,6 +26,7 @@ # Enable networking networking.networkmanager.enable = true; networking.networkmanager.wifi.powersave = true; + networking.useDHCP = false; networking.interfaces.wlp1s0.useDHCP = true; # Set your time zone. @@ -44,7 +45,7 @@ security.doas.extraRules = [{ users = [ "don" ]; keepEnv = true; - persist = true; + noPass = true; }]; # Enable the X11 windowing system. @@ -99,14 +100,19 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - bitwarden-cli + citrix_workspace firefox + git-crypt gitFull - gnome.gnome-tweaks - pkgs.tailscale + gnupg + mosh qutebrowser + tailscale + tmux + tmuxp vim wget + zoom-us ]; # Some programs need SUID wrappers, can be configured further or are