Giter VIP home page Giter VIP logo

Comments (4)

Mic92 avatar Mic92 commented on September 21, 2024 1

A fix for digitalocean is here: NixOS/nixpkgs#297640
I think all nixos modules should use lib.mkDefault to allow for different downstream disk layouts.

from disko.

oneingan avatar oneingan commented on September 21, 2024

I have a similar problem importing nixos/modules/virtualisation/digital-ocean-config.nix while using disko. I workaround this using:

  fileSystems."/" = {
    device = lib.mkForce "/dev/disk/by-partlabel/disk-main-root";
  };
  boot.loader.grub.device = lib.mkForce "/dev/vda";
  boot.loader.grub.devices = lib.mkForce [ "/dev/vda" ];

from disko.

zimbatm avatar zimbatm commented on September 21, 2024

I moved the issue as this is a compatibility problem between disko and the NixOS profiles that ship with nixpkgs.

I'm not sure what's the best.

Is disko supposed to control the whole fileSystems prefix and override all the values? Or should the upstream profiles be setting their values using lib.mkDefault (or some other idea I didn't think about) ?

from disko.

yangm97 avatar yangm97 commented on September 21, 2024

Is disko supposed to control the whole fileSystems prefix and override all the values?

That would be an issue for systems which use disko for provisioning the base os but later on add pet mounts (i.e. a zfs data pool).

from disko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.