toaster: add back mutt and paraphenalia
This commit is contained in:
parent
bf93af5471
commit
08f643637f
3 changed files with 6 additions and 5 deletions
|
@ -66,6 +66,7 @@
|
||||||
# ./modules/virtualization.nix
|
# ./modules/virtualization.nix
|
||||||
./hosts/toaster/secure-boot.nix
|
./hosts/toaster/secure-boot.nix
|
||||||
./modules/chromium.nix
|
./modules/chromium.nix
|
||||||
|
./modules/mail
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
cloud = nixpkgs-stable.lib.nixosSystem {
|
cloud = nixpkgs-stable.lib.nixosSystem {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# ./irc.nix
|
# ./irc.nix
|
||||||
./stateful-network.nix
|
./stateful-network.nix
|
||||||
# ./secrets.nix
|
./secrets.nix
|
||||||
./secure-boot.nix
|
./secure-boot.nix
|
||||||
./zfs.nix
|
./zfs.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -19,16 +19,16 @@ in
|
||||||
|
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"mail/oxapentane.com" = {
|
"mail/oxapentane.com" = {
|
||||||
owner = config.users.users.grue.name;
|
owner = config.users.users."0xa".name;
|
||||||
};
|
};
|
||||||
"mail/shipunov.xyz" = {
|
"mail/shipunov.xyz" = {
|
||||||
owner = config.users.users.grue.name;
|
owner = config.users.users."0xa".name;
|
||||||
};
|
};
|
||||||
"mail/dvb.solutions" = {
|
"mail/dvb.solutions" = {
|
||||||
owner = config.users.users.grue.name;
|
owner = config.users.users."0xa".name;
|
||||||
};
|
};
|
||||||
"mail/tlm.solutions" = {
|
"mail/tlm.solutions" = {
|
||||||
owner = config.users.users.grue.name;
|
owner = config.users.users."0xa".name;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue