Forgot to add these lines to previous commits, oops
This commit is contained in:
parent
d24c155220
commit
547d30e2ce
1 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ amf-headers ffmpeg-full ];
|
|
||||||
environment.systemPackages = with pkgs; [ ffmpeg-full gparted ];
|
environment.systemPackages = with pkgs; [ ffmpeg-full gparted ];
|
||||||
|
|
||||||
hardware.i2c.enable = true;
|
hardware.i2c.enable = true;
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
timeZone = "Europe/Madrid";
|
timeZone = "Europe/Madrid";
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "es_ES.UTF-8";
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "es_ES.UTF-8";
|
defaultLocale = "es_ES.UTF-8";
|
||||||
supportedLocales = [
|
supportedLocales = [
|
||||||
|
@ -82,6 +80,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
security.polkit = { enable = true; };
|
security.polkit = { enable = true; };
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
config.common = {
|
config.common = {
|
||||||
default = "gtk";
|
default = "gtk";
|
||||||
|
@ -133,12 +132,12 @@
|
||||||
systemd = { services = { NetworkManager-wait-online.enable = false; }; };
|
systemd = { services = { NetworkManager-wait-online.enable = false; }; };
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = "/etc/nixos/secrets/totsugeki.yaml";
|
|
||||||
defaultSopsFile = "/etc/nixos/secrets/greatyamada.yaml";
|
defaultSopsFile = "/etc/nixos/secrets/greatyamada.yaml";
|
||||||
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
|
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
users.users.avery.extraGroups = [ "corectrl" ];
|
users.users.avery.extraGroups = [ "corectrl" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue