setting up media server
This commit is contained in:
parent
d976ee4c71
commit
891036c7b7
6 changed files with 170 additions and 24 deletions
|
@ -70,7 +70,6 @@
|
|||
};
|
||||
|
||||
channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
|
||||
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
|
@ -79,6 +78,10 @@
|
|||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
|
||||
sops-config = {
|
||||
key-file = "/home/emenel/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
console = {
|
||||
earlySetup = true;
|
||||
colors =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue