toaster: add back mutt and paraphenalia

This commit is contained in:
Grisha Shipunov 2025-01-03 00:03:06 +01:00
parent bf93af5471
commit 08f643637f
3 changed files with 6 additions and 5 deletions

View file

@ -66,6 +66,7 @@
# ./modules/virtualization.nix
./hosts/toaster/secure-boot.nix
./modules/chromium.nix
./modules/mail
];
};
cloud = nixpkgs-stable.lib.nixosSystem {

View file

@ -5,7 +5,7 @@
./hardware-configuration.nix
# ./irc.nix
./stateful-network.nix
# ./secrets.nix
./secrets.nix
./secure-boot.nix
./zfs.nix
];

View file

@ -19,16 +19,16 @@ in
sops.secrets = {
"mail/oxapentane.com" = {
owner = config.users.users.grue.name;
owner = config.users.users."0xa".name;
};
"mail/shipunov.xyz" = {
owner = config.users.users.grue.name;
owner = config.users.users."0xa".name;
};
"mail/dvb.solutions" = {
owner = config.users.users.grue.name;
owner = config.users.users."0xa".name;
};
"mail/tlm.solutions" = {
owner = config.users.users.grue.name;
owner = config.users.users."0xa".name;
};
};