alp has quit [Ping timeout: 246 seconds]
LnL- has quit [Ping timeout: 260 seconds]
LnL has joined #nixos-aarch64
LnL has joined #nixos-aarch64
LnL has quit [Changing host]
rajivr has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 244 seconds]
h0m1 has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 240 seconds]
knerten2 has joined #nixos-aarch64
LnL has quit [Quit: exit 1]
LnL has joined #nixos-aarch64
knerten1 has quit [Ping timeout: 256 seconds]
patagonicus3 has quit [Quit: The Lounge - https://thelounge.chat]
patagonicus3 has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
LnL has quit [Quit: exit 1]
LnL has joined #nixos-aarch64
LnL has joined #nixos-aarch64
LnL has quit [Changing host]
swim has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
LnL has joined #nixos-aarch64
LnL has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 260 seconds]
cole-h has quit [Quit: Goodbye]
juliosueiras has quit [Ping timeout: 265 seconds]
alp has joined #nixos-aarch64
alp has quit [Remote host closed the connection]
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
stiell has quit [Ping timeout: 260 seconds]
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
stiell has joined #nixos-aarch64
alp has joined #nixos-aarch64
misuzu_ has quit [Quit: leaving]
misuzu has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 240 seconds]
superherointj has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<pinage404[m]> Hey, i have installed NixOS on a SD card for my Raspberry Pi 3, the SSH service doesn't start, here is my configurarion, (i sent too soon)
dguibert has quit [Remote host closed the connection]
<pinage404[m]> i don't know well systemd, i don't understand why SSH doesn't start automatically, i don't know what to do, i can do `sudo systemctl start sshd.service` and the service start well
<leonardp> what does `systemctl status network.target`
<leonardp> show?
<pinage404[m]> before starting ssh service or whatever ?
<leonardp> well, the sshd.service depends on it. a problem might be that your network isn't configured properly
<pinage404[m]> i will reboot my Pi to see the difference
<leonardp> then maybe also show a `journalctl -b0 -u sshd` after your reboot
zupo has joined #nixos-aarch64
<pinage404[m]> i just rebooted, here is the output
<pinage404[m]> ```sh
FRidh has joined #nixos-aarch64
<leonardp> have you done a `nixos-rebuild switch`?
<pinage404[m]> almost, i did `nixos-rebuild boot` and reboot several times since i did this
zupo has quit [Ping timeout: 258 seconds]
<leonardp> seems weird
alp has joined #nixos-aarch64
<leonardp> oh i see... your sshd service isnt enabled O_o...
<pinage404[m]> but i have `services.openssh.enable = true;` in the `configuration.nix`, i don't understand
<leonardp> `systemctl status sshd.service` show linked and not enabled
<pinage404[m]> yeap, but i don't know the difference, i don't really know `systemd`
<leonardp> do a `nixos-rebuild switch`
<leonardp> that should start it technically
Darkmatter66 has joined #nixos-aarch64
<pinage404[m]> yes it did leonardp
orivej has joined #nixos-aarch64
<leonardp> and it should also do that after rebooting
<pinage404[m]> i will reboot to see if this still started
Darkmatter66_ has quit [Ping timeout: 258 seconds]
<leonardp> you can do `nix-env --list-generations` to see the active configuration with a timestamp
<pinage404[m]> i restarted with `shutdown -r` but ssh is still not started
<pinage404[m]> `nix-env --list-generations` display 1 empty line
<pinage404[m]> and nothing else
<pinage404[m]> same as root
<leonardp> `nix-channel --list` ?
<pinage404[m]> should i use another channel for aarch64 ?
<leonardp> no it's all fine
<leonardp> your configuration might be broken
<pinage404[m]> how can i know if it broken ?
<leonardp> can you show it completely?
<pinage404[m]> sure
<leonardp> take it as a starting point for your config
alp has quit [Ping timeout: 272 seconds]
<pinage404[m]> thanks
<pinage404[m]> i'm trying
<leonardp> you might also consider flashing a fresh sd-card :)
<leonardp> good luck
<pinage404[m]> why "a fresh sd-card" ? if i reuse the same card it won't be good ?
<leonardp> i mean reflashing onto the same one, if your new configuration doesn't work
<leonardp> idk what broke there, no clue at all, but i guess it had something to do with the rpi firmware
<pinage404[m]> i plan to find a working configuration, then i save the configuration and reflash and reformat everything to have a clean base
<pinage404[m]> i didn't understood the role of this firmware
<DigitalKiwi> did linuxPackages_latest start working on rpi ???
<DigitalKiwi> i have to use 4_19 though someone said another newer one also works for them but i didn't note which
<DigitalKiwi> oh you have them both commented
<clever> pinage404[m]: on an rpi, the maskrom always starts by executing bootcode.bin from the fat32 fs, that brings dram online and executes start.elf, that then loads linux (or uboot) and spins up the arm cores
orivej has quit [Ping timeout: 258 seconds]
FRidh has quit [Quit: Konversation terminated!]
superherointj has quit [Quit: Leaving]
jumper149 has joined #nixos-aarch64
kloenk has joined #nixos-aarch64
noonien has joined #nixos-aarch64
jumper149 has quit [Quit: WeeChat 2.9]
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos-aarch64
orivej has joined #nixos-aarch64
shad has joined #nixos-aarch64
shad has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 240 seconds]
bennofs_ has joined #nixos-aarch64
bennofs__ has quit [Ping timeout: 264 seconds]
zupo has joined #nixos-aarch64
cole-h has joined #nixos-aarch64
noonien has quit [Quit: Connection closed for inactivity]
Guest19238 has quit [Remote host closed the connection]
AmandaC has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rajivr has quit [Quit: Connection closed for inactivity]
juliosueiras has joined #nixos-aarch64
Thra11 has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
quinn has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 258 seconds]
zupo has joined #nixos-aarch64
Darkmatter66 has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 256 seconds]
cole-h has quit [Quit: Goodbye]
orivej has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
<colemickens> I don't know if La-S is here, but I see you fixing aarch64 desktop stuff :) thank you
<colemickens> might be relevant to mobile-nixos's uboot for PP https://github.com/GloDroid/glodroid_manifest/issues/75#issuecomment-687664640
<samueldr> colemickens: thanks
<samueldr> colemickens: so you have your pinephone?
<samueldr> did you check Mobile NixOS?
<colemickens> I did, it didn't work.
<samueldr> red LED?
<colemickens> I'm afraid to say, been a long few days. I'm going to try again in a few hours and can play with adding that patch too.
<samueldr> should be trivial with the patchwork ID
<samueldr> 1312857 as shown to the top right of the page
<samueldr> might be what julio//sueiras was seeing
* colemickens nods
<juliosueiras> most likely
justanotheruser has joined #nixos-aarch64
<colemickens> my audio on my PBP seems to work today for some reason
swim has quit [Quit: leaving]
orivej has quit [Ping timeout: 246 seconds]