My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

add microvm host aspect

quasigod 1870f3b6 36edf1fe

+48
+38
flake.lock
··· 614 614 "url": "https://git.uku3lig.net/uku/mcsr-nixos/archive/main.tar.gz" 615 615 } 616 616 }, 617 + "microvm": { 618 + "inputs": { 619 + "nixpkgs": [ 620 + "nixpkgs" 621 + ], 622 + "spectrum": "spectrum" 623 + }, 624 + "locked": { 625 + "lastModified": 1774448302, 626 + "narHash": "sha256-Z7QLau4WR38/pMPNVH3MEGeMybBTaAzn+PUCErMngFw=", 627 + "owner": "microvm-nix", 628 + "repo": "microvm.nix", 629 + "rev": "da28962a2ba84718895b7325f600686c3b4ee099", 630 + "type": "github" 631 + }, 632 + "original": { 633 + "owner": "microvm-nix", 634 + "repo": "microvm.nix", 635 + "type": "github" 636 + } 637 + }, 617 638 "mics-skills": { 618 639 "inputs": { 619 640 "flake-parts": "flake-parts_4", ··· 1104 1125 "llm-agents": "llm-agents", 1105 1126 "maccel": "maccel", 1106 1127 "mcsr": "mcsr", 1128 + "microvm": "microvm", 1107 1129 "mics-skills": "mics-skills", 1108 1130 "moonlight": "moonlight", 1109 1131 "niri": "niri", ··· 1210 1232 "owner": "Mic92", 1211 1233 "repo": "sops-nix", 1212 1234 "type": "github" 1235 + } 1236 + }, 1237 + "spectrum": { 1238 + "flake": false, 1239 + "locked": { 1240 + "lastModified": 1772189877, 1241 + "narHash": "sha256-i1p90Rgssb//aNiTDFq46ZG/fk3LmyRLChtp/9lddyA=", 1242 + "ref": "refs/heads/main", 1243 + "rev": "fe39e122d898f66e89ffa17d4f4209989ccb5358", 1244 + "revCount": 1255, 1245 + "type": "git", 1246 + "url": "https://spectrum-os.org/git/spectrum" 1247 + }, 1248 + "original": { 1249 + "type": "git", 1250 + "url": "https://spectrum-os.org/git/spectrum" 1213 1251 } 1214 1252 }, 1215 1253 "srvos": {
+5
flake.nix
··· 40 40 inputs.nixpkgs.follows = "nixpkgs"; 41 41 }; 42 42 43 + microvm = { 44 + url = "github:microvm-nix/microvm.nix"; 45 + inputs.nixpkgs.follows = "nixpkgs"; 46 + }; 47 + 43 48 wrapper-manager.url = "github:viperML/wrapper-manager"; 44 49 45 50 nix-colors = {
+4
modules/microvm.nix
··· 1 + { inputs, ... }: 2 + { 3 + styx.microvm._.host.nixos.imports = [ inputs.microvm.nixosModules.host ]; 4 + }
+1
modules/systems.nix
··· 20 20 <styx/tailscale> 21 21 <styx/udev> 22 22 <styx/xdg> 23 + <styx/microvm/host> 23 24 ]; 24 25 }; 25 26 laptop = den.lib.parametric.atLeast {