working birne configuration
This commit is contained in:
parent
030c2566ad
commit
607a115378
5 changed files with 24 additions and 166 deletions
10
flake.nix
10
flake.nix
|
@ -4,17 +4,11 @@
|
|||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, sops-nix, ... }@inputs:
|
||||
let
|
||||
overlays = [
|
||||
];
|
||||
in {
|
||||
nixosConfigurations.brine = nixpkgs.lib.nixosSystem {
|
||||
outputs = { self, nixpkgs, sops-nix, ... }@inputs: {
|
||||
nixosConfigurations.birne = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/birne/configuration.nix
|
||||
( _: { nixpkgs.overlays = overlays; } )
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue