diff --git a/.drone.yml b/.drone.yml index c40607a5..1c8e5895 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - git checkout -b devos --track origin/devos - git merge -X theirs devos/main - git push origin devos + - git remote set-url origin https://git.b12f.io/pub-solar/os.git - name: "Sync $BRANCH with upstream" image: alpine/git diff --git a/modules/x-os/boot.nix b/modules/x-os/boot.nix index 0633bec4..484a46cf 100644 --- a/modules/x-os/boot.nix +++ b/modules/x-os/boot.nix @@ -4,11 +4,6 @@ let cfg = config.pub-solar.x-os; in { - options.pub-solar.x-os.iso-options.enable = mkOption { - type = types.bool; - default = false; - description = "Feature flag for iso builds"; - }; config = { # Enable plymouth for better experience of booting boot.plymouth.enable = true;