This commit is contained in:
2023-02-21 13:47:31 -05:00
parent 39902c5ea5
commit 199060ee56
3 changed files with 9 additions and 21 deletions

View File

@@ -2,20 +2,8 @@
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{ lib, config, pkgs, inputs, ... }: {
# You can import other NixOS modules here
# imports = [
# #./hardware-configuration.nix
# ];
# imports = [ inputs.agenix.nixosModules.default ];
security.sudo.wheelNeedsPassword = false;
environment.systemPackages =
[ pkgs.cifs-utils];
# age.secrets.secret1.file = ../secrets/secret1.age;
# TODO age.identirty needs to be set
# environment.etc."secret1".source = config.age.secrets.secret1.path;
}

View File

@@ -90,7 +90,7 @@ programs = {
#keybase service &
# Configure ssh forwarding
. ~/bin/wsl-ssh-agent-forwarder
. wsl-ssh-agent-forwarder
ssh-add -l
'';