wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 01:20:49 +01:00
parent 199007d0ad
commit a91167b34e
6 changed files with 91 additions and 43 deletions

View file

@ -12,10 +12,6 @@
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
ironbar = {
url = "github:JakeStanger/ironbar";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -26,7 +22,6 @@
nix-darwin,
nix-homebrew,
agenix,
ironbar,
...
}@inputs:
let
@ -37,7 +32,6 @@
system = "x86_64-linux";
specialArgs = { inherit inputs outputs; };
modules = [
ironbar.homeManagerModules.default
./hosts/dnsc-machine
];
};