1
0
Fork 0

Forgot to add these lines to previous commits, oops

This commit is contained in:
Avery 2024-10-11 21:12:52 +02:00
parent d24c155220
commit 547d30e2ce
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -21,7 +21,6 @@
};
};
environment.systemPackages = with pkgs; [ amf-headers ffmpeg-full ];
environment.systemPackages = with pkgs; [ ffmpeg-full gparted ];
hardware.i2c.enable = true;
@ -42,7 +41,6 @@
timeZone = "Europe/Madrid";
};
i18n.defaultLocale = "es_ES.UTF-8";
i18n = {
defaultLocale = "es_ES.UTF-8";
supportedLocales = [
@ -82,6 +80,7 @@
};
security.polkit = { enable = true; };
xdg.portal = {
config.common = {
default = "gtk";
@ -133,12 +132,12 @@
systemd = { services = { NetworkManager-wait-online.enable = false; }; };
sops = {
defaultSopsFile = "/etc/nixos/secrets/totsugeki.yaml";
defaultSopsFile = "/etc/nixos/secrets/greatyamada.yaml";
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
};
virtualisation.virtualbox.host.enable = true;
system.stateVersion = "24.05";
users.users.avery.extraGroups = [ "corectrl" ];