🗑️ clean up deprecations
This commit is contained in:
@@ -63,7 +63,7 @@ in
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cifs-utils
|
cifs-utils
|
||||||
pinentry
|
pinentry-curses
|
||||||
weechat
|
weechat
|
||||||
];
|
];
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
@@ -132,7 +132,7 @@ in
|
|||||||
services = {
|
services = {
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
|
|
||||||
publish = {
|
publish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
environment.systemPackages = with pkgs; [ kubo-migrator ];
|
||||||
|
|
||||||
walkah.coredns = {
|
walkah.coredns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ in
|
|||||||
{
|
{
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
environment.systemPackages = with pkgs; [ kubo-migrator ];
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"ipfs/denylists/badbits.deny".source = ./badbits.deny;
|
"ipfs/denylists/badbits.deny".source = ./badbits.deny;
|
||||||
|
|||||||
Reference in New Issue
Block a user