Compare commits

..

No commits in common. "daf5dbff47f37f93f3ed7d85bc3fbef53e65b2b2" and "635c4248eb6a325f0e31a79ecd6fab3fb430a062" have entirely different histories.

6 changed files with 7 additions and 38 deletions

View File

@ -19,7 +19,6 @@
./oh-my-posh.nix
./spotifyd.nix
./ssh.nix
./tiny.nix
./wezterm.nix
./zoxide.nix
];

View File

@ -1,28 +0,0 @@
{
programs.tiny = {
enable = true;
settings = {
servers = [
{
addr = "irc.libera.chat";
port = 6697;
tls = true;
realname = "jolheiser";
nicks = ["jolheiser"];
alias = "LiberaChat";
#join = ["#gitea"];
sasl = {
username = "jolheiser";
password = {
command = "cat /run/agenix/irc-pw";
};
};
}
];
defaults = {
nicks = ["jolheiser"];
realname = "jolheiser";
};
};
};
}

View File

@ -86,11 +86,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1689566517,
"narHash": "sha256-njbo36Az4Xp6Q2W2cPzWGVooqTx5iVrKJAwyYvlHPsU=",
"lastModified": 1689552269,
"narHash": "sha256-8sGL2oxKREWs9BxF+geLdJsyjrdHjiKuZPcS5segiDQ=",
"ref": "refs/heads/main",
"rev": "324c7ea6a7e3525beb8cbe4f33dc40708b967f58",
"revCount": 148,
"rev": "a6b87c70764102f297ab228d5199ccf58d14d44e",
"revCount": 146,
"type": "git",
"url": "https://git.jojodev.com/jolheiser/nur"
},
@ -117,11 +117,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1689631193,
"narHash": "sha256-AGSkBZaiTODQc8eT1rZDrQIjtb8JtFwJ0wVPzArlrnM=",
"lastModified": 1688894907,
"narHash": "sha256-U7hEDDhzAhLp6T+DEUbfwAsL+BtqFFGn+S1pa/0XrZY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "57695599bdc4f7bfe5d28cfa23f14b3d8bdf8a5f",
"rev": "4ddf98349c793377c76806ebfbdfb2b96dd4ef5d",
"type": "github"
},
"original": {

View File

@ -57,7 +57,6 @@
ssh-config = userSecret ./secrets/shared/ssh-config.age;
ssh-config-work = userSecret ./secrets/shared/ssh-config-work.age;
spotify-pw = userSecret ./secrets/shared/spotify-pw.age;
irc-pw = userSecret ./secrets/shared/irc-pw.age;
};
};
};

View File

@ -8,5 +8,4 @@ in {
"shared/ssh-config.age".publicKeys = all;
"shared/ssh-config-work.age".publicKeys = all;
"shared/spotify-pw.age".publicKeys = all;
"shared/irc-pw.age".publicKeys = all;
}

Binary file not shown.