mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ programs = {
|
||||
|
||||
#keybase service &
|
||||
# Configure ssh forwarding
|
||||
. ~/bin/wsl-ssh-agent-forwarder
|
||||
. wsl-ssh-agent-forwarder
|
||||
ssh-add -l
|
||||
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user