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.

  •  barsoap   ( @barsoap@lemm.ee ) 
    link
    fedilink
    English
    11 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.

      •  barsoap   ( @barsoap@lemm.ee ) 
        link
        fedilink
        English
        21 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.

        •  Hedup   ( @Hedup@lemm.ee ) 
          link
          fedilink
          English
          11 year ago

          Ah, got it. In that sense yes, but I’d like there to be a way to "push"current user configuration to the system wide one. How do you arrive at a good system wide configuration? By testing a cofiguration as a user and then deciding what works and what not, adjusting it and arriving at a result that you want now as a system wide.

          •  barsoap   ( @barsoap@lemm.ee ) 
            link
            fedilink
            English
            11 year ago

            In practice my system configuration is quite minimal, everything that can be installed as a user I install as user. It provides a login screen and DE selection menu (which only contains kde), a couple of daemons, such things, I literally don’t touch that files for months and months on end.