]> gitweb.ps.run Git - flake_server/blobdiff - flake.nix
remove authorized keys (they are now in /srv/git/.ssh/authorized_keys)
[flake_server] / flake.nix
index 6a384df22e091ea2e7d044f2b40794635629d17d..cf77a5798756ddb029e112092504efbf0d4f0ac6 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,7 @@
     nixosConfigurations = {
       default = nixpkgs.lib.nixosSystem {
         system = "x86_64-linux";
+        specialArgs = {inherit inputs;};
         modules = [
           ./configuration.nix
           {