Implement files under /etc

This commit is contained in:
R-VdP 2023-02-13 20:24:23 +01:00
parent 8b3bba30af
commit b3c7f71456
No known key found for this signature in database
10 changed files with 494 additions and 242 deletions

View file

@ -57,7 +57,7 @@
inherit system;
overlays = [ (import rust-overlay) devshell.overlay ];
};
rust = pkgs.rust-bin.stable."1.66.0";
rust = pkgs.rust-bin.stable."1.67.1";
llvm = pkgs.llvmPackages_latest;
craneLib = (crane.mkLib pkgs).overrideToolchain rust.default;
@ -100,7 +100,7 @@
};
in
{
serviceConfig = self.lib.makeServiceConfig {
systemConfig = self.lib.makeServiceConfig {
inherit system;
modules = [
./nix/modules