mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
remove netboot stuff again
This commit is contained in:
parent
8b37b0adfc
commit
b62b7577ca
3 changed files with 4 additions and 46 deletions
25
flake.nix
25
flake.nix
|
@ -52,7 +52,7 @@
|
|||
# packages.x86_64-linux.circuitjs = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/circuitjs { };
|
||||
hydraJobs = self.packages;
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||
nixosConfigurations = rec {
|
||||
nixosConfigurations = {
|
||||
thinkpad = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
|
@ -86,20 +86,6 @@
|
|||
./hosts/nuc
|
||||
./shared
|
||||
sops-nix.nixosModules.sops
|
||||
|
||||
# hacking this into here since it somehow doesnt' work as module
|
||||
{
|
||||
services.pixiecore = rec {
|
||||
enable = true;
|
||||
port = 64172;
|
||||
statusPort = port;
|
||||
openFirewall = true;
|
||||
kernel = "${netboot.config.system.build.kernel}/bzImage";
|
||||
initrd = "${netboot.config.system.build.netbootRamdisk}/initrd";
|
||||
cmdLine = "init=${netboot.config.system.build.toplevel}/init loglevel=4";
|
||||
};
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
falkenstein-1 = nixpkgs.lib.nixosSystem {
|
||||
|
@ -133,15 +119,6 @@
|
|||
./shared/vim.nix
|
||||
];
|
||||
};
|
||||
netboot = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.inputs = attrs;
|
||||
modules = [
|
||||
./hosts/netboot
|
||||
./shared/caches.nix
|
||||
./shared/vim.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue