introduce sops to the config to be able to use encrypted tokens and passwords, also use these in factorio
This commit is contained in:
parent
3c67a99d4c
commit
1edcf5d42e
9 changed files with 226 additions and 30 deletions
|
@ -9,7 +9,7 @@ with lib.wyrdgard;
|
|||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
environment.systemPackages = with pkgs; [ jetbrains.rust-rover ];
|
||||
|
||||
environment.pathsToLink = [ "/libexec" ];
|
||||
|
||||
|
@ -23,7 +23,7 @@ with lib.wyrdgard;
|
|||
discord = enabled;
|
||||
_1password = enabled;
|
||||
onedrive = enabled;
|
||||
factorio-server = disabled;
|
||||
factorio-server = enabled;
|
||||
};
|
||||
|
||||
system = {
|
||||
|
@ -36,6 +36,8 @@ with lib.wyrdgard;
|
|||
gpu.nvidia = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
security.syncthing = enabled;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue