Added new laptop to the flee

This commit is contained in:
Alex Davies 2024-05-24 17:33:02 -03:00
parent 843270e01f
commit d8fa2eb8c9
3 changed files with 18 additions and 1 deletions

View File

@ -91,6 +91,20 @@
./nixos/work.nix
];
};
#Thinkpad E15 Gen 3 Laptop (ThinkPad) - Type 20YG - Model 20YG003EUS
raziel = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
hostname = "raziel";
};
modules = [
./nixos/configuration.nix
./nixos/kde-desktop.nix
./nixos/cad.nix
./nixos/zerotier.nix
./nixos/work.nix
];
};
hearth = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;

View File

@ -7,7 +7,7 @@ Ariel
Cassiel
Jophiel
Zadkiel
Raziel
#Raziel
Raguel
Chamuel
Haniel

View File

@ -158,6 +158,9 @@
randomizedDelaySec = "45min";
};
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05";