Compare commits
No commits in common. "261f9f80be301227896e73d09d3e93e7459d31f9" and "c109d8e7e70857b5bf271cdeae2e3becec94651e" have entirely different histories.
261f9f80be
...
c109d8e7e7
2 changed files with 1 additions and 16 deletions
|
@ -5,21 +5,12 @@ let
|
||||||
isGraphical = osConfig.services.xserver.enable;
|
isGraphical = osConfig.services.xserver.enable;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# this is a dependency of feishin. it does not actually have a known vulnerability,
|
|
||||||
# it's just unsuspported because Electron's support cycle is a ludicrously short 6 months.
|
|
||||||
# feishin's dev is going to be rewriting it without Electron (as "audioling").
|
|
||||||
# modern software development was a mistake.
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"electron-31.7.7"
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
eza # like `ls` but fancier
|
eza # like `ls` but fancier
|
||||||
hexyl # like `xxd` but cooler
|
hexyl # like `xxd` but cooler
|
||||||
tree # like `ls -R` but nicer
|
tree # like `ls -R` but nicer
|
||||||
units
|
units
|
||||||
zip
|
zip unzip
|
||||||
unzip
|
|
||||||
|
|
||||||
# Extremely important
|
# Extremely important
|
||||||
fortune
|
fortune
|
||||||
|
|
|
@ -12,10 +12,4 @@
|
||||||
};
|
};
|
||||||
linkConfig.RequiredForOnline = "routable";
|
linkConfig.RequiredForOnline = "routable";
|
||||||
};
|
};
|
||||||
|
|
||||||
birdsong.peering = {
|
|
||||||
enable = true;
|
|
||||||
privateKeyFile = "/etc/wireguard/privatekey";
|
|
||||||
persistentKeepalive = 29;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue