work: update config
This commit is contained in:
parent
7559996550
commit
8cdcc6fbf6
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user