test iso
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-hardware.url = "github:nix-community/nixos-hardware/master";
|
||||
|
||||
nixos-opi-zero2w.url = "github:virusdave/nixos-opi-zero2w";
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
portalPackage = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
programs.partition-manager.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
|
||||
};
|
||||
|
||||
programs.partition-manager.enable = true;
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
0
modules/hosts/z2w/configuration.nix
Normal file
0
modules/hosts/z2w/configuration.nix
Normal file
16
modules/hosts/z2w/default.nix
Normal file
16
modules/hosts/z2w/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
flake.nixosConfigurations."blue-white" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
system = "aarch64-linux";
|
||||
|
||||
modules = inputs.nixos-opi-zero2w.lib.withOpiZero2wInstallerEssentials [
|
||||
self.nixosModules.z2w
|
||||
self.nixosModules.z2w-hardware
|
||||
#self.diskoConfigurations.z2w
|
||||
({ ... }: {
|
||||
networking.hostName = "blue-white";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user