Compare commits
No commits in common. "23c472e0fcd569642595b68bf4167eac9af7f233" and "ee7670c7ddb1cdac8f6fb8fd6de871cdf8820729" have entirely different histories.
23c472e0fc
...
ee7670c7dd
1 changed files with 0 additions and 10 deletions
10
flake.nix
10
flake.nix
|
|
@ -103,16 +103,6 @@
|
||||||
./hosts/hedgedoc
|
./hosts/hedgedoc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
|
||||||
#system = "x86_64-linux";
|
|
||||||
#pkgs = import nixpkgs { inherit system; };
|
|
||||||
inherit system;
|
|
||||||
modules = [
|
|
||||||
agenix.nixosModules.default
|
|
||||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
|
||||||
./hosts/sql
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
#);
|
#);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue