This commit is contained in:
2024-09-17 10:08:23 -04:00
parent 00b8680745
commit 7fe6cd9bd6
12 changed files with 22 additions and 27 deletions

View File

@@ -2,8 +2,6 @@
pkgs,
lib,
inputs,
config,
homeDirectory,
...
}:
{
@@ -19,11 +17,6 @@
"factorio-alpha"
];
age.secrets.factorio = {
file = ./secrets/factorio.age;
path = "${homeDirectory}/.secrets/factorio.nix";
};
home.packages = with pkgs; [
#calculator
gnome-calculator
@@ -106,7 +99,7 @@
(factorio.override (
let
data = import "${config.age.secrets.factorio.path}";
data = import ./secrets/factorio.nix;
in
{
username = data.username;

Binary file not shown.

View File

@@ -11,7 +11,6 @@ in
];
})
[
"factorio.age"
"server-password.age"
"borg-laptop-password.age"
"gnupg.age"