Compare commits

..

No commits in common. "9fe5f0aae72cdea8006b3f880328378c13d5364b" and "3ddb78788be996901d9882c4b0e75d1ee6b6efa7" have entirely different histories.

5 changed files with 18 additions and 36 deletions

View File

@ -56,11 +56,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1726989464, "lastModified": 1720042825,
"narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -96,11 +96,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729579044, "lastModified": 1727999297,
"narHash": "sha256-0kEUVl5s8LHbK4/xEePflsdYVwG+RRFSIofSvITYmIU=", "narHash": "sha256-LTJuQPCsSItZ/8TieFeP30iY+uaLoD0mT0tAj1gLeyQ=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "64d9d1ae25215c274c37e3e4016977a6779cf0d3", "rev": "8c8388ade72e58efdeae71b4cbb79e872c23a56b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -207,11 +207,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1728193676, "lastModified": 1726838390,
"narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=", "narHash": "sha256-NmcVhGElxDbmEWzgXsyAjlRhUus/nEqPC5So7BOJLUM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6", "rev": "944b2aea7f0a2d7c79f72468106bc5510cbf5101",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -269,22 +269,6 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"unstable": {
"locked": {
"lastModified": 1728241625,
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@ -11,7 +11,6 @@
bottom bottom
# ncdu # ncdu
neofetch neofetch
pwgen
sshfs sshfs
sshuttle sshuttle
]; ];

View File

@ -37,7 +37,7 @@
initExtra = '' initExtra = ''
# Autocomplete ../ # Autocomplete ../
zstyle ':completion:*' special-dirs true zstyle ':completion:*' special-dirs true
export PATH="$HOME/.config/emacs/bin:$HOME/.cargo/bin:$PATH" export PATH="$HOME/.config/emacs/bin:$PATH"
unalias "gs" unalias "gs"
if [ -f ~/.config/zsh-extras ]; then if [ -f ~/.config/zsh-extras ]; then

View File

@ -54,14 +54,14 @@ in {
''; '';
} // overrides; } // overrides;
in { in {
"cloud.feal.no" = publicProxy "" { # "cloud.feal.no" = publicProxy "" {
locations."/" = { # locations."/" = {
proxyPass = "http://challenger.home.feal.no"; # proxyPass = "http://challenger.home.feal.no";
extraConfig = '' # extraConfig = ''
client_max_body_size 8G; # client_max_body_size 8G;
''; # '';
}; # };
}; # };
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" { "git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
default = true; default = true;
}; };

View File

@ -13,7 +13,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
# prismlauncher # prismlauncher
borgbackup borgbackup
bore-cli
catimg catimg
cocoapods cocoapods
emacs-macport emacs-macport