work: update config

This commit is contained in:
Michael Thomas 2025-06-18 10:38:45 -04:00
parent 7559996550
commit 8cdcc6fbf6
2 changed files with 12 additions and 0 deletions

View File

@ -119,6 +119,12 @@ in {
work = mkNixos { work = mkNixos {
modules = [ modules = [
inputs.nixos-wsl.nixosModules.default inputs.nixos-wsl.nixosModules.default
inputs.agenix.nixosModules.default
{
environment.systemPackages = [
inputs.agenix.packages.x86_64-linux.default
];
}
../machines/work/configuration.nix ../machines/work/configuration.nix
]; ];
}; };

View File

@ -9,8 +9,14 @@
nvim-custom nvim-custom
]; ];
networking.hostName = "work";
my.zsh.enable = true; my.zsh.enable = true;
hm.imports = [
../../user/modules/git.nix
];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
hm.home.stateVersion = "24.05"; hm.home.stateVersion = "24.05";
} }