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
|
||||
./hosts/toaster/secure-boot.nix
|
||||
./modules/chromium.nix
|
||||
./modules/mail
|
||||
];
|
||||
};
|
||||
cloud = nixpkgs-stable.lib.nixosSystem {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
# ./irc.nix
|
||||
./stateful-network.nix
|
||||
# ./secrets.nix
|
||||
./secrets.nix
|
||||
./secure-boot.nix
|
||||
./zfs.nix
|
||||
];
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue