Compare commits

..

No commits in common. "0bbb789be91732c7481dd03646fc50f3eb0b1b68" and "1d2b0a0dfd42acea19d1e32117dfe9235f63c04a" have entirely different histories.

3 changed files with 2 additions and 15 deletions

View File

@ -39,7 +39,6 @@ in
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
SUDO_EDITOR = "nvim"; SUDO_EDITOR = "nvim";
TERMINAL = "kitty";
}; };
# remove nano from default packages # remove nano from default packages
defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ]; defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ];
@ -157,17 +156,6 @@ in
# Enable thumbnailer service # Enable thumbnailer service
services.tumbler.enable = true; services.tumbler.enable = true;
virtualisation = {
podman = {
enable = true;
# clean up regularly
autoPrune = {
enable = true;
dates = "weekly";
};
};
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -71,7 +71,7 @@ in
Service = { Service = {
Type = "simple"; Type = "simple";
Environment = "SSH_AUTH_SOCK=%t/ssh-agent.socket"; Environment = "SSH_AUTH_SOCK=%t/ssh-agent.socket";
ExecStart = "${pkgs.openssh}/bin/ssh-agent -D -a $SSH_AUTH_SOCK"; ExecStart = "/run/current-system/sw/bin/ssh-agent -D -a $SSH_AUTH_SOCK";
}; };
Install = { Install = {
WantedBy = [ "default.target" ]; WantedBy = [ "default.target" ];
@ -80,7 +80,7 @@ in
}; };
# user environment variables # user environment variables
sessionVariables = { sessionVariables = {
SSH_AUTH_SOCK = "${builtins.getEnv"XDG_RUNTIME_DIR"}/ssh-agent.socket"; SSH_AUTH_SOCK = "/run/user/1000/ssh-agent.socket";
}; };
}; };

View File

@ -23,7 +23,6 @@
polkit_gnome # graphical authentication agent for polkit polkit_gnome # graphical authentication agent for polkit
freetype # font rendering and configuration freetype # font rendering and configuration
open-vm-tools # running on vmware open-vm-tools # running on vmware
podman # containers
]; ];
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [