Added new laptop to the flee
This commit is contained in:
parent
843270e01f
commit
d8fa2eb8c9
14
flake.nix
14
flake.nix
@ -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;
|
||||
|
@ -7,7 +7,7 @@ Ariel
|
||||
Cassiel
|
||||
Jophiel
|
||||
Zadkiel
|
||||
Raziel
|
||||
#Raziel
|
||||
Raguel
|
||||
Chamuel
|
||||
Haniel
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user