myputer specific changes
This commit is contained in:
parent
1d4189b040
commit
a448ce3f39
216 changed files with 544 additions and 24478 deletions
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue