pasqui23

Results 51 comments of pasqui23

The worst thing is that `pkgs` is not even used …

> It seems that the "physical" expression is using the legacy format compatibility which isn't working correctly. > > ``` > trace: warning: Please use the actual nodes.* option instead...

Using your proposed `deferredModule` instead of `anything` in `freeformType` will give me: ``` ; nixops create -n net.nix def-matcher: command not found WARNING: NixOps 1.0 -> 2.0 conversion step required...

Even after making `defaults.type = deferredModules` it still does the same error.

Where is the code evaluating `physical.nix`?

I did ```nix { nixosConfigurations = builtins.mapAttrs (hostName: v: nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; name = hostName; }; modules = [ self.nixopsConfigurations.defaults n ({ lib,...

> Some thoughts after trying something like this locally: > > What does this script do if a file doesn't already exist, or if it can't be written to? The...

@LunNova If you are using home-manager from the terminal and not as a NixOS module then it should work, yes.

Still relevant > Can we have a setting to wait until default kde configs are created? Here I set hotkeys in khotkeysrc but expect that default hotkeys are set by...

@LunNova this pr is for me feature complete, I'm just waiting for review