add sapphic-engineer
This commit is contained in:
parent
4ec6af5aa7
commit
0d881d3228
7 changed files with 263 additions and 524 deletions
23
flake.nix
23
flake.nix
|
@ -20,32 +20,20 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
|
||||
|
||||
# KDE Plasma 6+
|
||||
kde2nix.url = "github:nix-community/kde2nix";
|
||||
|
||||
# Secrets
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
#sops-nix-darwin.url = "github:Kloenk/sops-nix?ref=darwin";
|
||||
|
||||
# Fancy stuff
|
||||
#nix-colors.url = "github:misterio77/nix-colors";
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
#nur.url = "github:nix-community/nur";
|
||||
#firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||
|
||||
# Pro gamer move
|
||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
|
||||
# Server tools
|
||||
conduit = {
|
||||
url = "gitlab:famedly/conduit";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Self
|
||||
noe-sh = {
|
||||
url = "git+https://codeberg.org/noe/personal-site";
|
||||
|
@ -55,6 +43,10 @@
|
|||
url = "git+https://codeberg.org/noe/doll.repair";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
tachikoma-fe = {
|
||||
url = "git+https://codeberg.org/tachikoma/tachikoma-fe";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
|
@ -62,7 +54,7 @@
|
|||
"https://nix-community.cachix.org"
|
||||
"https://0uptime.cachix.org"
|
||||
];
|
||||
|
||||
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"0uptime.cachix.org-1:ctw8yknBLg9cZBdqss+5krAem0sHYdISkw/IFdRbYdE="
|
||||
|
@ -139,15 +131,12 @@
|
|||
aerial = mkNixos [ ./nixos/hosts/aerial ]; # desktop
|
||||
cider = mkNixos [ ./nixos/hosts/cider ]; # asahi m2 mba
|
||||
drone = mkNixos [ ./nixos/hosts/drone ]; # spectre x360
|
||||
happystaticbuzz = mkNixos [ ./nixos/hosts/happystaticbuzz ]; # GoToSocial (happ.ystatic.buzz)
|
||||
ingress-proxy = mkNixos [ ./nixos/hosts/ingress-proxy ]; # nginx edge proxy
|
||||
keylime = mkNixos [ ./nixos/hosts/keylime ]; # lab jump
|
||||
keysmash = mkNixos [ ./nixos/hosts/keysmash ]; # GoToSocial (keysmash IDN lol)
|
||||
lab-alpha = mkNixos [ ./nixos/hosts/lab-alpha ]; # what the mia doin
|
||||
mango = mkNixos [ ./nixos/hosts/mango ]; # Matrix (mx.sapphic.engineer)
|
||||
monitoring = mkNixos [ ./nixos/hosts/monitoring ]; # Grafana, Prometheus, Jaeger, etc
|
||||
ps2live = mkNixos [ ./nixos/hosts/ps2live ]; # PS2.LIVE stack + planetside stuff
|
||||
thonkpad = mkNixos [ ./nixos/hosts/thonkpad ]; # t480
|
||||
sapphic-engineer = mkNixos [ ./nixos/hosts/sapphic-engineer ]; # Akkoma, sapphic.engineer
|
||||
};
|
||||
|
||||
darwinConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue