Compare commits

...

3 commits

Author SHA1 Message Date
cc1660f585 ssh: remove old known hosts 2024-11-13 01:08:49 +01:00
dcabdb70cd programs: move from base to desktop
This reduces disk-usage for servers.
2024-11-13 01:08:19 +01:00
e1b719e5fb docker: move module from base to desktop
This reduces disk-usage for servers.
2024-11-13 01:06:08 +01:00
6 changed files with 6 additions and 12 deletions

View file

@ -1,7 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./agenix.nix ./agenix.nix
./docker.nix
./fish.nix ./fish.nix
./git.nix ./git.nix
./hardware.nix ./hardware.nix

View file

@ -2,36 +2,28 @@
# NixOS default packages: # NixOS default packages:
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix # https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ascii
bandwhich bandwhich
bat bat
binutils binutils
black
clang
dnsutils dnsutils
fd fd
file file
fzf fzf
gcc
git git
gnumake
htop htop
iputils iputils
jq jq
lsof lsof
magic-wormhole-rs
mtr mtr
ncdu ncdu
ntp ntp
openssl openssl
pciutils pciutils
postgresql
progress progress
pwgen
python3 python3
python310
python311 python311
python312 python312
python313
socat socat
sqlite-interactive sqlite-interactive
tcpdump tcpdump

View file

@ -19,9 +19,7 @@
programs.ssh.knownHosts = { programs.ssh.knownHosts = {
"alpha".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOpQNEmmEe6jr7Mv37ozokvtTSd1I3SmUU1tpCSNTkc"; "alpha".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOpQNEmmEe6jr7Mv37ozokvtTSd1I3SmUU1tpCSNTkc";
"delta".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFe9RpnO1/QRU81kjtEsWN66xfP5Y/qf5EQZ6wdM/XCT"; "delta".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFe9RpnO1/QRU81kjtEsWN66xfP5Y/qf5EQZ6wdM/XCT";
"delta-old".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB0x9oImZjIhoPEwLlHVixIh7y1Kwn+SX17xffrdRzvv";
"sigma".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4Kvx/lcFRvl7KlxqqhrJ32h3FzuzyLA5BNB42+p92c"; "sigma".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4Kvx/lcFRvl7KlxqqhrJ32h3FzuzyLA5BNB42+p92c";
"sigma-old".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2Qrh0tpR5YawiYvcPGC4OSnu4//ge1eVdiBDLrTbCx";
"tor".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVPxvqwS2NMqqCGBkMmExzdBY5hGLegiOuqPJAOfdKk"; "tor".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVPxvqwS2NMqqCGBkMmExzdBY5hGLegiOuqPJAOfdKk";
"git.caspervk.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4Kvx/lcFRvl7KlxqqhrJ32h3FzuzyLA5BNB42+p92c"; "git.caspervk.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4Kvx/lcFRvl7KlxqqhrJ32h3FzuzyLA5BNB42+p92c";
}; };

View file

@ -1,6 +1,7 @@
{...}: { {...}: {
imports = [ imports = [
./clipman.nix ./clipman.nix
./docker.nix
./flatpak.nix ./flatpak.nix
./foot.nix ./foot.nix
./gammastep.nix ./gammastep.nix

View file

@ -8,11 +8,13 @@
# Packages useful on a desktop computer which don't require their own module # Packages useful on a desktop computer which don't require their own module
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ascii
aspell aspell
aspellDicts.da aspellDicts.da
aspellDicts.en aspellDicts.en
aspellDicts.en-computers aspellDicts.en-computers
aspellDicts.en-science aspellDicts.en-science
black
element-desktop element-desktop
firefox-wayland firefox-wayland
gimp gimp
@ -30,6 +32,8 @@
libreoffice libreoffice
mpv mpv
mumble mumble
postgresql
pwgen
spotify spotify
thunderbird thunderbird
tor-browser-bundle-bin tor-browser-bundle-bin