mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-10 00:51:59 +00:00
valkyrie & materusPC: changes to home, add acme to valkyrie
This commit is contained in:
@@ -118,5 +118,20 @@
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "materus+acme@podkos.pl";
|
||||
security.acme.certs."materus.pl" = {
|
||||
domain = "materus.pl";
|
||||
extraDomainNames = ["*.materus.pl"];
|
||||
dnsProvider = "ovh";
|
||||
credentialsFile = "/materus/config/valkyrie/certs.secret";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -2,13 +2,15 @@
|
||||
{
|
||||
home.stateVersion = "23.05";
|
||||
home.homeDirectory = "/home/materus";
|
||||
|
||||
materus.profile = {
|
||||
fonts.enable = false;
|
||||
nixpkgs.enable = true;
|
||||
nixpkgs.enable = false;
|
||||
enableDesktop = false;
|
||||
enableTerminal = true;
|
||||
enableTerminal = false;
|
||||
enableTerminalExtra = false;
|
||||
enableNixDevel = false;
|
||||
|
||||
fish.enable = true;
|
||||
bash.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user