wip: dnsc-machine setup
This commit is contained in:
parent
199007d0ad
commit
a91167b34e
6 changed files with 91 additions and 43 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue