Compare commits
2 commits
ee7670c7dd
...
23c472e0fc
| Author | SHA1 | Date | |
|---|---|---|---|
| 23c472e0fc | |||
| 0e824a12bf |
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -103,6 +103,16 @@
|
|||
./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