diff options
| author | Grisha Shipunov | 2025-07-19 12:27:04 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-07-19 12:59:37 +0000 |
| commit | 1baa256be04a8b4e711a7d48a76197b5ffad6637 (patch) | |
| tree | bbc01e0efd976e8f6185f421e41c650c1e6a53ee /hosts/toaster/irc.nix | |
| parent | b602a0c24771b1209003098ffa7ac496642cd084 (diff) | |
retire toaster
Diffstat (limited to 'hosts/toaster/irc.nix')
| -rw-r--r-- | hosts/toaster/irc.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/toaster/irc.nix b/hosts/toaster/irc.nix deleted file mode 100644 index ecdac88..0000000 --- a/hosts/toaster/irc.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, ... }: -{ - environment.systemPackages = [ pkgs.senpai ]; - - sops.secrets = { - "senpai" = { - owner = config.users.users."0xa".name; - }; - }; -} |
