!UUqahLbShAYkkrXmKs:matrix.org

DevOS

33 Members
Seeking help and geeking out together on https://github.com/divnix/devos & https://github.com/divnix/digga10 Servers

Load older messages


SenderMessageTime
5 Oct 2021
@princemachiavelli:matrix.org@princemachiavelli:matrix.orgThanks! 23:45:53
6 Oct 2021
@rosariopulella:matrix.orgrosariopulella changed their display name from rosariopulella to Rosuavio.10:38:32
@rosariopulella:matrix.orgrosariopulella changed their display name from Rosuavio to Rosario Pulella.10:44:57
@timdeh:matrix.org@timdeh:matrix.org
In reply to @aciceri:nixos.dev
There was an example with darwin in the repo? I'm new here, do you remember when it was deleted?
I plan on bringing it back, just need to get a better secrets setup. I was gonna use submodules to a private repo, but I guess I'll have to use a private flake input instead. Just didn't feel comfortable having all my secrets in the open (even though they were encrypted 😅)
17:29:17
@princemachiavelli:matrix.org@princemachiavelli:matrix.org
In reply to @timdeh:matrix.org
I plan on bringing it back, just need to get a better secrets setup. I was gonna use submodules to a private repo, but I guess I'll have to use a private flake input instead. Just didn't feel comfortable having all my secrets in the open (even though they were encrypted 😅)
Thanks. I figured that was the case ;) The risk of a mistake is pretty high. Storing secrets in their own flake sounds like a good idea in general IMO. Makes me think about how different users could have different secret sources.
20:38:00
7 Oct 2021
@princemachiavelli:matrix.org@princemachiavelli:matrix.org Does anyone have a succinct method to set a default 'template' for users? I think it would just be something using lib.recursiveUpdate but I'm confident on to implement it in this case. 05:47:54
@princemachiavelli:matrix.org@princemachiavelli:matrix.org * Does anyone have a succinct method to set a default 'template' for users? I think it would just be something using lib.recursiveUpdate but I'm not confident on how to implement it in this case. 05:48:08
8 Oct 2021
@florian:web3.foundation@florian:web3.foundation changed their display name from Florian | W3F - OoO Mon/Tue to Florian | W3F.15:12:51
9 Oct 2021
@ultranix:matrix.orgultranixoooh, 2.4pre-rc101:11:05
@blaggacao:matrix.orgDavid Arnold (blaggacao) Let me bring your attention to https://github.com/DavHau/dream2nix & the progress that is being made on RFC92. 15:21:53
@blaggacao:matrix.orgDavid Arnold (blaggacao)* Let me bring your attention to https://github.com/DavHau/dream2nix & the substantial progress that is being made on RFC92.15:22:12
@blaggacao:matrix.orgDavid Arnold (blaggacao) https://github.com/fluidattacks/makes is also evolving at a breath-taking rate. For DevOS-ers: it's an implementation of bud for the entire world. I also would encourage everyone to explore it and potential overlaps and areas of integration. 15:24:29
@blaggacao:matrix.orgDavid Arnold (blaggacao)Ideally, we can come up with some innovative vision on how to bridge the gap between DevOps practices and DevOS home usage.15:25:27
@blaggacao:matrix.orgDavid Arnold (blaggacao)* Ideally, we can come up with some innovative vision on how to bridge the gap between DevOps/SecOps practices and DevOS home usage.15:26:00
@blaggacao:matrix.orgDavid Arnold (blaggacao) As one example, I would find it intreaguing if we might explore standardizing secrets mgt. around HC vault in DevOS. Even if not strictly necessary for private use, it would narrow the private-profesional use gap abd thereby reduce context switching 15:28:30
@kraftnix:matrix.org@kraftnix:matrix.org
In reply to @blaggacao:matrix.org
https://github.com/fluidattacks/makes is also evolving at a breath-taking rate. For DevOS-ers: it's an implementation of bud for the entire world. I also would encourage everyone to explore it and potential overlaps and areas of integration.
I read into it when you first mentioned it but it seemed very targeted towards CI/CD and terraform, and I struggled to see exactly how it would tie in nicely with current `devos`.
15:28:53
@blaggacao:matrix.orgDavid Arnold (blaggacao)* As _one_ example, I would find it intreaguing if we might explore standardizing secrets mgt. around HC vault in DevOS. Even if not strictly necessary for private use, it would narrow the private-profesional use gap and thereby reduce context switching (after working hours).15:28:58
@blaggacao:matrix.orgDavid Arnold (blaggacao) makes is a nix-enabled task runner for devops. 15:29:27
@blaggacao:matrix.orgDavid Arnold (blaggacao)Ignore the readme! 😆15:29:35
@blaggacao:matrix.orgDavid Arnold (blaggacao) invited @kamadorueda:matrix.orgkamadorueda.15:29:53
@kamadorueda:matrix.orgkamadorueda joined the room.15:50:37
10 Oct 2021
@aynish:sealight.xyz@aynish:sealight.xyz

trying to install devos for the first time, after trying to port most my configuration to it, but I'm running into this strange error?

at /nix/store/xxzcdd9xcfi7sapi1hwjjx8mxb2b00x2-source/nixosModule.nix:31:8:

           30|     environment.systemPackages = [
           31|       (reboundBud { inherit pkgs; hostConfig = config; editableFlakeRoot = cfg.localFlakeClone; })
             |        ^
           32|     ];```
09:13:58
@aynish:sealight.xyz@aynish:sealight.xyz *

trying to install devos for the first time, after trying to port most my configuration to it, but I'm running into this strange error?

undefined variable 'reboundBud'
at /nix/store/xxzcdd9xcfi7sapi1hwjjx8mxb2b00x2-source/nixosModule.nix:31:8:

           30|     environment.systemPackages = [
           31|       (reboundBud { inherit pkgs; hostConfig = config; editableFlakeRoot = cfg.localFlakeClone; })
             |        ^
           32|     ];
09:14:18
@aynish:sealight.xyz@aynish:sealight.xyzim in a nix-shell in /etc/configuration and don't import bud in any of my profiles / hosts or users09:14:46
@aynish:sealight.xyz@aynish:sealight.xyzit happens when using bud rebuild my-host switch09:14:58
@aynish:sealight.xyz@aynish:sealight.xyzi grepped through the repo looking for a definition of nixosModule or reboundBud but I couldn't find any?09:16:11
@aynish:sealight.xyz@aynish:sealight.xyzalso wondering if there's a way to define non-home manager options in the users directory? for example i configure a bunch of graphical applications and configuration through users, but also want to set some configuration options for services.xserver, but it defaults to trying home-manager.my-user.users.services.... ?09:17:29
@aynish:sealight.xyz@aynish:sealight.xyznvm figured it out by searching here. someone else had this issue by switching the channelName in my-host to "latest" which I had also done, and then i also included bud.enable in my-host leading to the bug. dont quite understand, but consider resolved 09:24:44
@aynish:sealight.xyz@aynish:sealight.xyz* nvm figured it out by searching here. someone else had this issue by switching the channelName in my-host to "latest" which I had also done, and then i also included `bud.enable` in my-host leading to the bug. dont quite understand, but consider resolved 09:44:31
@aynish:sealight.xyz@aynish:sealight.xyz1. main11:40:51

Show newer messages


Back to Room ListRoom Version: 6