cleanup on isle 6
This commit is contained in:
parent
c9ed15cb89
commit
c33b951304
3 changed files with 8 additions and 16 deletions
17
flake.nix
17
flake.nix
|
|
@ -46,12 +46,6 @@
|
|||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
vscode-server,
|
||||
agenix,
|
||||
osbm-nvim,
|
||||
home-manager,
|
||||
raspberry-pi-nix,
|
||||
nixos-hardware,
|
||||
nix-on-droid,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
|
@ -68,20 +62,15 @@
|
|||
};
|
||||
harmonica = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/harmonica/configuration.nix
|
||||
];
|
||||
modules = [./hosts/harmonica/configuration.nix];
|
||||
};
|
||||
pochita = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [./hosts/pochita/configuration.nix];
|
||||
};
|
||||
pochita-sd = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./hosts/pochita-sd/configuration.nix
|
||||
raspberry-pi-nix.nixosModules.raspberry-pi
|
||||
raspberry-pi-nix.nixosModules.sd-image
|
||||
];
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [./hosts/pochita-sd/configuration.nix];
|
||||
};
|
||||
myISO = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.raspberry-pi-nix.nixosModules.raspberry-pi
|
||||
inputs.raspberry-pi-nix.nixosModules.sd-image
|
||||
];
|
||||
# bcm2711 for rpi 3, 3+, 4, zero 2 w
|
||||
# bcm2712 for rpi 5
|
||||
# See the docs at:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue