?
This commit is contained in:
@@ -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.
BIN
nix/home-manager/secrets/factorio.nix
Normal file
BIN
nix/home-manager/secrets/factorio.nix
Normal file
Binary file not shown.
@@ -11,7 +11,6 @@ in
|
||||
];
|
||||
})
|
||||
[
|
||||
"factorio.age"
|
||||
"server-password.age"
|
||||
"borg-laptop-password.age"
|
||||
"gnupg.age"
|
||||
|
||||
Reference in New Issue
Block a user