ps2live: update
This commit is contained in:
parent
6f8871fcc1
commit
3efe26c5bf
5 changed files with 60 additions and 317 deletions
42
flake.nix
42
flake.nix
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
};
|
||||
|
||||
|
@ -23,20 +23,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
# Darwin & Apple Silicon tools
|
||||
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
|
||||
|
||||
|
||||
# Secrets
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
#sops-nix-darwin.url = "github:Kloenk/sops-nix?ref=darwin";
|
||||
|
||||
# Fancy stuff
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
|
||||
# Pro gamer move
|
||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
||||
|
@ -54,18 +44,6 @@
|
|||
inputs.iceshrimp.follows = "iceshrimp";
|
||||
};
|
||||
|
||||
# PiHole
|
||||
pihole = {
|
||||
url = "git+https://git.sapphic.engineer/noe/pihole-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.linger.follows = "linger";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
linger = {
|
||||
url = "github:mindsbackyard/linger-flake";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
# Self
|
||||
noe-sh = {
|
||||
url = "git+https://git.sapphic.engineer/noe/noe.sh";
|
||||
|
@ -95,6 +73,10 @@
|
|||
url = "git+https://git.sapphic.engineer/ps2.live/saerro-go";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ps2live = {
|
||||
url = "git+https://git.sapphic.engineer/ps2.live/ps2.live";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
|
@ -141,14 +123,6 @@
|
|||
];
|
||||
format = "proxmox-lxc";
|
||||
};
|
||||
|
||||
rpi-streambox = inputs.nixos-generators.nixosGenerate {
|
||||
inherit system pkgs;
|
||||
modules = [
|
||||
./nixos/hosts/streambox
|
||||
];
|
||||
format = "sd-aarch64";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -174,7 +148,7 @@
|
|||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||
nixosConfigurations = {
|
||||
aerial = mkNixos [ ./nixos/hosts/aerial ]; # desktop
|
||||
cider = mkNixos [ ./nixos/hosts/cider ]; # asahi m2 mba
|
||||
# cider = mkNixos [ ./nixos/hosts/cider ]; # asahi m2 mba
|
||||
dis-sociat-ing = mkNixos [ ./nixos/hosts/dis-sociat-ing ]; # Iceshrimp+Withdrawl, dis.sociat.ing
|
||||
exit-node = mkNixos [ ./nixos/hosts/exit-node ]; # lab jump
|
||||
git = mkNixos [ ./nixos/hosts/git ]; # Forgejo Host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue