Rebuilding my NixOS config - Part 1: VM install + basic flake structure

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 17

  • @MWLaboratories
    @MWLaboratories 22 дні тому

    This comes at a perfect moment, I'm also doing multi system config and want to get hyprland up and running. I've only been able to launch it from a terminal so far.

    • @m3tam3re
      @m3tam3re  21 день тому

      Thanks for watching 😀

  • @gogucuaripi
    @gogucuaripi 15 днів тому +1

    Maybe a stupid question but what is your editor/configuration for said editor, the assists for it look awesome
    Btw awesome video

    • @m3tam3re
      @m3tam3re  14 днів тому +1

      Hey 😀 thanks for watching. I am using Zed. For nix completion I use nixd as the language server. Zed is also when it comes to AI features. At the moment you have built in Claude Sonnet for free. Please check out zed.dev/ for the editor and github.com/nix-community/nixd for the lsp

    • @flipinfin
      @flipinfin 4 дні тому +1

      That looks like vscode

    • @gogucuaripi
      @gogucuaripi 3 дні тому

      @@flipinfin thanks will try it out, somehow I was expecting the left bar of vscode

    • @flipinfin
      @flipinfin 3 дні тому

      @@gogucuaripi you can move its position

    • @flipinfin
      @flipinfin 3 дні тому +1

      ​@@gogucuaripiidk the theme though I gota look it up it us dope

  • @flipinfin
    @flipinfin 4 дні тому

    Great video but why didn't use just build calameres from scratch????

    • @m3tam3re
      @m3tam3re  3 дні тому +1

      Thank you 🙏 Actually the Calamares installer on nixos wlll only give you an easy install with a basic install with the desktop of your choice.
      The goal of this video series is to build out a nixos flake config that will multiple system and user configurations.

    • @flipinfin
      @flipinfin 2 дні тому

      @@m3tam3re true but you can do the same with calameres and archiso. Personal preference. Does nixos come with the iso? Or your just building the installer by itself?

    • @flipinfin
      @flipinfin 2 дні тому

      @@m3tam3re check out arcolinux installer for future project. That's what I'm working on now. Y I asked

  • @MWLaboratories
    @MWLaboratories 21 день тому

    I am able to ssh into the remote machine with my sshkey but when running the nixos switch command with remotehost I get error lacks signature by a trusted key : error writing to file: broken pipe

    • @m3tam3re
      @m3tam3re  21 день тому

      Did you add your user to the trusted users and rebuild the system again on the VM? Please have a look here: ua-cam.com/video/OFGyKMSJzXY/v-deo.html

    • @MWLaboratories
      @MWLaboratories 21 день тому

      @@m3tam3re No, I was trying it remote rebuild-switch from my desktop to my laptop that already had a user with the same name in home manager set up. I'm trying it again with it added, thanks!

  • @marekgenerowicz4401
    @marekgenerowicz4401 28 днів тому

    Looking forward to this.
    I have also recently reinstalled NisOs

    • @m3tam3re
      @m3tam3re  27 днів тому

      Thanks, will do my best to make it interesting 😊