pruning
This commit is contained in:
@@ -23,12 +23,8 @@
|
|||||||
# sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt";
|
# sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bash
|
|
||||||
git
|
|
||||||
eza
|
|
||||||
sops
|
sops
|
||||||
gdbm
|
gdbm
|
||||||
btop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|||||||
@@ -35,8 +35,6 @@
|
|||||||
nixosSystem = inputs.nixpkgs.lib.nixosSystem;
|
nixosSystem = inputs.nixpkgs.lib.nixosSystem;
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
gitUserName = "John Lancaster";
|
|
||||||
gitUserEmail = "32917998+jsl12@users.noreply.github.com";
|
|
||||||
userName = "appdaemon";
|
userName = "appdaemon";
|
||||||
adHome = "/home/appdaemon";
|
adHome = "/home/appdaemon";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user