A new video from Nick at The Linux Experiment. I’m also sharing the PeerTube version for the sake of trying to expand my use of PeerTube and try to expand my video platform use beyond just YouTube.

  • Hedup@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Is there a way to add the config of the current user to this cofig file?

    • barsoap@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      What’s the point of a user config if they can’t change it themselves?

      With NixOS you can install packages as a user without asking root, just don’t expect it to affect anything on the base system level, or for other users.

      • Hedup@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        What’s the point of a user config if they can’t change it themselves?

        Hmm, I’m not sure what you mean. Can you be more specific?

        • barsoap@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          If you want something installed or configured system-wide, you do it in /etc/nixos/configuration.nix. Then, as a user of the system (or donning your user hat) you have your own configuration, local to $HOME.

          Merging those would be rather pointless because the user can’t do that themselves, they’d have to ask root every time they change something.

          But that all said you might be looking for home manager.