myputer specific changes

This commit is contained in:
Emile Clark-Boman 2025-02-11 15:47:56 +10:00
parent 1d4189b040
commit a448ce3f39
216 changed files with 544 additions and 24478 deletions

View file

@ -54,7 +54,7 @@
nixosConfigurations = {
# i be on my puter fr
myputer = nixpkgs.lib.nixosSystem {
# nix passes these to every single module above
# nix passes these to every single module
specialArgs = {inherit inputs pkgs;};
modules = [
@ -72,6 +72,15 @@
grub2-themes.nixosModules.default
];
};
# my server (vps)
imbored = nixpkgs.lib.nixosSystem {
specialargs = {inherit inputs pkgs;};
modules = [
./hosts/imbored
];
};
};
};
}