wip: dnsc-machine setup
This commit is contained in:
parent
088a3b1c8e
commit
f6408a8dcc
2 changed files with 6 additions and 2 deletions
|
|
@ -12,7 +12,10 @@
|
|||
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";
|
||||
ironbar = {
|
||||
url = "github:JakeStanger/ironbar";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -23,6 +26,7 @@
|
|||
nix-darwin,
|
||||
nix-homebrew,
|
||||
agenix,
|
||||
ironbar
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
@ -34,6 +38,7 @@
|
|||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./hosts/dnsc-machine
|
||||
ironbar.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue