1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
|
container:
architecture: x86_64
config:
image.architecture: amd64
image.description: Nixos unstable amd64 (20240402_02:18)
image.os: Nixos
image.release: unstable
image.requirements.secureboot: "false"
image.serial: "20240402_02:18"
image.type: squashfs
image.variant: default
limits.kernel.memlock: unlimited
limits.kernel.nice: "-11"
limits.kernel.nofile: "1048576"
limits.kernel.rtprio: "99"
raw.lxc: |-
lxc.mount.auto = proc:rw sys:rw cgroup:rw:force
lxc.cgroup2.devices.allow = c 7:* rwm
lxc.cgroup2.devices.allow = c 10:* rwm
lxc.cgroup2.devices.allow = c 13:* rwm
lxc.cgroup2.devices.allow = c 116:* rwm
lxc.cgroup2.devices.allow = c 189:* rwm
lxc.cgroup2.devices.allow = c 226:0 rwm
lxc.cgroup2.devices.allow = c 226:128 rwm
lxc.cgroup2.devices.allow = c 247:* rwm
security.nesting: "true"
security.privileged: "false"
security.syscalls.intercept.bpf: "true"
security.syscalls.intercept.bpf.devices: "true"
security.syscalls.intercept.mknod: "true"
security.syscalls.intercept.mount: "true"
security.syscalls.intercept.mount.allowed: ext4,fat32,ntfs,udf
security.syscalls.intercept.mount.shift: "true"
security.syscalls.intercept.sched_setscheduler: "true"
security.syscalls.intercept.setxattr: "true"
security.syscalls.intercept.sysinfo: "true"
volatile.base_image: b57963b527b192cbd262777b137333def448e7dc21fbf954e75a51f1b8acef5c
volatile.cloud-init.instance-id: 8d938ed8-c204-48e1-9670-f3aea059fd57
volatile.eth0.host_name: veth812d6ba0
volatile.eth0.hwaddr: 00:16:3e:c3:79:59
volatile.idmap.base: "0"
volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000},{"Isuid":true,"Isgid":false,"Hostid":1000,"Nsid":1000,"Maprange":1},{"Isuid":true,"Isgid":false,"Hostid":1001001,"Nsid":1001,"Maprange":999998999},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":17},{"Isuid":false,"Isgid":true,"Hostid":18,"Nsid":17,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000018,"Nsid":18,"Maprange":82},{"Isuid":false,"Isgid":true,"Hostid":100,"Nsid":100,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000101,"Nsid":101,"Maprange":73},{"Isuid":false,"Isgid":true,"Hostid":97,"Nsid":174,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000175,"Nsid":175,"Maprange":999999825}]'
volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000},{"Isuid":true,"Isgid":false,"Hostid":1000,"Nsid":1000,"Maprange":1},{"Isuid":true,"Isgid":false,"Hostid":1001001,"Nsid":1001,"Maprange":999998999},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":17},{"Isuid":false,"Isgid":true,"Hostid":18,"Nsid":17,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000018,"Nsid":18,"Maprange":82},{"Isuid":false,"Isgid":true,"Hostid":100,"Nsid":100,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000101,"Nsid":101,"Maprange":73},{"Isuid":false,"Isgid":true,"Hostid":97,"Nsid":174,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000175,"Nsid":175,"Maprange":999999825}]'
volatile.last_state.idmap: '[]'
volatile.last_state.power: RUNNING
volatile.last_state.ready: "false"
volatile.uuid: 85cd7ef4-2e99-4d9b-ad55-a0b311d3a7d0
volatile.uuid.generation: 85cd7ef4-2e99-4d9b-ad55-a0b311d3a7d0
devices:
8bitdom30:
gid: "97"
mode: "0666"
productid: "0024"
type: unix-hotplug
vendorid: 0ca3
PipewireSocket1:
bind: container
connect: unix:/run/user/1000/pipewire-0
gid: "100"
listen: unix:/tmp/pipewire-0
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
PipewireSocket2:
bind: container
connect: unix:/run/user/1000/pipewire-0-manager
gid: "100"
listen: unix:/tmp/pipewire-0-manager
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
PulseSocket1:
bind: container
connect: unix:/run/user/1000/pulse/native
gid: "100"
listen: unix:/home/andrew/.pulsewire-native-socket
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
binder:
gid: "100"
mode: "0666"
path: /dev/binder
source: /dev/binder
type: unix-char
bluraydrive:
mode: "0666"
path: /dev/sr0
source: /dev/sr0
type: unix-block
code:
path: /mnt/nfs/c
source: /mnt/nfs/c
type: disk
data:
path: /mnt/data
source: /mnt/data
type: disk
devshm:
path: /dev/shm2
source: /dev/shm
type: disk
duckyone:
gid: "97"
mode: "0666"
productid: "0201"
type: unix-hotplug
vendorid: 04d9
ext_ssd:
path: /mnt/ext_ssd
source: /mnt/ext_ssd
type: disk
googlepixel:
mode: "0666"
productid: 4ee7
type: unix-hotplug
vendorid: 18d1
hdd:
path: /mnt/hdd
source: /mnt/hdd
type: disk
hhkb:
gid: "97"
mode: "0666"
productid: "0021"
type: unix-hotplug
vendorid: 04fe
hidraw0:
gid: "97"
mode: "0666"
path: /dev/hidraw0
required: "false"
source: /dev/hidraw0
type: unix-char
hidraw1:
gid: "97"
mode: "0666"
path: /dev/hidraw1
required: "false"
source: /dev/hidraw1
type: unix-char
hidraw2:
gid: "97"
mode: "0666"
path: /dev/hidraw2
required: "false"
source: /dev/hidraw2
type: unix-char
hidraw3:
gid: "97"
mode: "0666"
path: /dev/hidraw3
required: "false"
source: /dev/hidraw3
type: unix-char
hidraw4:
gid: "97"
mode: "0666"
path: /dev/hidraw4
required: "false"
source: /dev/hidraw4
type: unix-char
hostportcamu:
connect: tcp:127.0.0.1:14356
listen: tcp:0.0.0.0:14356
type: proxy
hwbinder:
gid: "100"
mode: "0666"
path: /dev/hwbinder
source: /dev/hwbinder
type: unix-char
lazermouse:
gid: "97"
mode: "0666"
productid: "2510"
type: unix-hotplug
vendorid: 093a
logibolt:
gid: "97"
mode: "0666"
productid: c548
type: unix-hotplug
vendorid: 046d
loop0:
mode: "0666"
path: /dev/loop0
source: /dev/loop0
type: unix-block
loop1:
mode: "0666"
path: /dev/loop1
source: /dev/loop1
type: unix-block
loopcontrol:
mode: "0666"
path: /dev/loop-control
source: /dev/loop-control
type: unix-char
mayflashgc:
gid: "97"
mode: "0666"
productid: "0337"
type: unix-hotplug
vendorid: 057e
ntsync:
mode: "0666"
path: /dev/ntsync
source: /dev/ntsync
type: unix-char
pcie4slotgpu:
mode: "0666"
pci: 0000:0f:00.0
type: gpu
pics:
path: /mnt/nfs/pics
source: /mnt/nfs/pics
type: disk
samba:
path: /mnt/nfs/samba
source: /mnt/nfs/samba
type: disk
ssd:
path: /mnt/ssd
source: /mnt/ssd
type: disk
store:
path: /mnt/store
source: /mnt/store
type: disk
switchpro:
gid: "97"
mode: "0666"
productid: "2009"
type: unix-hotplug
vendorid: 057e
tty:
mode: "0666"
path: /dev/tty
source: /dev/tty
type: unix-char
tty0:
mode: "0666"
path: /dev/tty0
source: /dev/tty0
type: unix-char
tty3:
mode: "0666"
path: /dev/tty3
source: /dev/tty3
type: unix-char
tty4:
mode: "0666"
path: /dev/tty4
source: /dev/tty4
type: unix-char
udevdata:
path: /tmp/udev/data
readonly: "true"
source: /run/udev/data
type: disk
uinput:
gid: "97"
mode: "0666"
path: /dev/uinput
source: /dev/uinput
type: unix-char
video0:
mode: "0666"
path: /dev/video0
source: /dev/video0
type: unix-char
video1:
mode: "0666"
path: /dev/video1
required: "false"
source: /dev/video1
type: unix-char
vndbinder:
gid: "100"
mode: "0666"
path: /dev/vndbinder
source: /dev/vndbinder
type: unix-char
wacom:
gid: "97"
mode: "0666"
productid: 037a
type: unix-hotplug
vendorid: 056a
xbox360controller:
gid: "97"
mode: "0666"
productid: 028e
type: unix-hotplug
vendorid: 045e
xboxonecontroller:
gid: "97"
mode: "0666"
productid: "02e6"
type: unix-hotplug
vendorid: 045e
zowiemouse:
gid: "97"
mode: "0666"
productid: "8001"
type: unix-hotplug
vendorid: 04a5
ephemeral: false
profiles:
- default
stateful: false
description: ""
created_at: 2024-04-03T13:10:43.339168029Z
expanded_config:
boot.autostart: "false"
image.architecture: amd64
image.description: Nixos unstable amd64 (20240402_02:18)
image.os: Nixos
image.release: unstable
image.requirements.secureboot: "false"
image.serial: "20240402_02:18"
image.type: squashfs
image.variant: default
limits.kernel.memlock: unlimited
limits.kernel.nice: "-11"
limits.kernel.nofile: "1048576"
limits.kernel.rtprio: "99"
raw.idmap: |-
uid 1000 1000
gid 100 100
gid 18 17
gid 97 174
raw.lxc: |-
lxc.mount.auto = proc:rw sys:rw cgroup:rw:force
lxc.cgroup2.devices.allow = c 7:* rwm
lxc.cgroup2.devices.allow = c 10:* rwm
lxc.cgroup2.devices.allow = c 13:* rwm
lxc.cgroup2.devices.allow = c 116:* rwm
lxc.cgroup2.devices.allow = c 189:* rwm
lxc.cgroup2.devices.allow = c 226:0 rwm
lxc.cgroup2.devices.allow = c 226:128 rwm
lxc.cgroup2.devices.allow = c 247:* rwm
security.nesting: "true"
security.privileged: "false"
security.syscalls.intercept.bpf: "true"
security.syscalls.intercept.bpf.devices: "true"
security.syscalls.intercept.mknod: "true"
security.syscalls.intercept.mount: "true"
security.syscalls.intercept.mount.allowed: ext4,fat32,ntfs,udf
security.syscalls.intercept.mount.shift: "true"
security.syscalls.intercept.sched_setscheduler: "true"
security.syscalls.intercept.setxattr: "true"
security.syscalls.intercept.sysinfo: "true"
volatile.base_image: b57963b527b192cbd262777b137333def448e7dc21fbf954e75a51f1b8acef5c
volatile.cloud-init.instance-id: 8d938ed8-c204-48e1-9670-f3aea059fd57
volatile.eth0.host_name: veth812d6ba0
volatile.eth0.hwaddr: 00:16:3e:c3:79:59
volatile.idmap.base: "0"
volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000},{"Isuid":true,"Isgid":false,"Hostid":1000,"Nsid":1000,"Maprange":1},{"Isuid":true,"Isgid":false,"Hostid":1001001,"Nsid":1001,"Maprange":999998999},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":17},{"Isuid":false,"Isgid":true,"Hostid":18,"Nsid":17,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000018,"Nsid":18,"Maprange":82},{"Isuid":false,"Isgid":true,"Hostid":100,"Nsid":100,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000101,"Nsid":101,"Maprange":73},{"Isuid":false,"Isgid":true,"Hostid":97,"Nsid":174,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000175,"Nsid":175,"Maprange":999999825}]'
volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000},{"Isuid":true,"Isgid":false,"Hostid":1000,"Nsid":1000,"Maprange":1},{"Isuid":true,"Isgid":false,"Hostid":1001001,"Nsid":1001,"Maprange":999998999},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":17},{"Isuid":false,"Isgid":true,"Hostid":18,"Nsid":17,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000018,"Nsid":18,"Maprange":82},{"Isuid":false,"Isgid":true,"Hostid":100,"Nsid":100,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000101,"Nsid":101,"Maprange":73},{"Isuid":false,"Isgid":true,"Hostid":97,"Nsid":174,"Maprange":1},{"Isuid":false,"Isgid":true,"Hostid":1000175,"Nsid":175,"Maprange":999999825}]'
volatile.last_state.idmap: '[]'
volatile.last_state.power: RUNNING
volatile.last_state.ready: "false"
volatile.uuid: 85cd7ef4-2e99-4d9b-ad55-a0b311d3a7d0
volatile.uuid.generation: 85cd7ef4-2e99-4d9b-ad55-a0b311d3a7d0
expanded_devices:
8bitdom30:
gid: "97"
mode: "0666"
productid: "0024"
type: unix-hotplug
vendorid: 0ca3
PipewireSocket1:
bind: container
connect: unix:/run/user/1000/pipewire-0
gid: "100"
listen: unix:/tmp/pipewire-0
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
PipewireSocket2:
bind: container
connect: unix:/run/user/1000/pipewire-0-manager
gid: "100"
listen: unix:/tmp/pipewire-0-manager
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
PulseSocket1:
bind: container
connect: unix:/run/user/1000/pulse/native
gid: "100"
listen: unix:/home/andrew/.pulsewire-native-socket
mode: "0666"
security.gid: "100"
security.uid: "1000"
type: proxy
uid: "1000"
binder:
gid: "100"
mode: "0666"
path: /dev/binder
source: /dev/binder
type: unix-char
bluraydrive:
mode: "0666"
path: /dev/sr0
source: /dev/sr0
type: unix-block
code:
path: /mnt/nfs/c
source: /mnt/nfs/c
type: disk
data:
path: /mnt/data
source: /mnt/data
type: disk
devshm:
path: /dev/shm2
source: /dev/shm
type: disk
duckyone:
gid: "97"
mode: "0666"
productid: "0201"
type: unix-hotplug
vendorid: 04d9
eth0:
name: eth0
network: incusbr0
type: nic
ext_ssd:
path: /mnt/ext_ssd
source: /mnt/ext_ssd
type: disk
googlepixel:
mode: "0666"
productid: 4ee7
type: unix-hotplug
vendorid: 18d1
hdd:
path: /mnt/hdd
source: /mnt/hdd
type: disk
hhkb:
gid: "97"
mode: "0666"
productid: "0021"
type: unix-hotplug
vendorid: 04fe
hidraw0:
gid: "97"
mode: "0666"
path: /dev/hidraw0
required: "false"
source: /dev/hidraw0
type: unix-char
hidraw1:
gid: "97"
mode: "0666"
path: /dev/hidraw1
required: "false"
source: /dev/hidraw1
type: unix-char
hidraw2:
gid: "97"
mode: "0666"
path: /dev/hidraw2
required: "false"
source: /dev/hidraw2
type: unix-char
hidraw3:
gid: "97"
mode: "0666"
path: /dev/hidraw3
required: "false"
source: /dev/hidraw3
type: unix-char
hidraw4:
gid: "97"
mode: "0666"
path: /dev/hidraw4
required: "false"
source: /dev/hidraw4
type: unix-char
hostportcamu:
connect: tcp:127.0.0.1:14356
listen: tcp:0.0.0.0:14356
type: proxy
hwbinder:
gid: "100"
mode: "0666"
path: /dev/hwbinder
source: /dev/hwbinder
type: unix-char
lazermouse:
gid: "97"
mode: "0666"
productid: "2510"
type: unix-hotplug
vendorid: 093a
logibolt:
gid: "97"
mode: "0666"
productid: c548
type: unix-hotplug
vendorid: 046d
loop0:
mode: "0666"
path: /dev/loop0
source: /dev/loop0
type: unix-block
loop1:
mode: "0666"
path: /dev/loop1
source: /dev/loop1
type: unix-block
loopcontrol:
mode: "0666"
path: /dev/loop-control
source: /dev/loop-control
type: unix-char
mayflashgc:
gid: "97"
mode: "0666"
productid: "0337"
type: unix-hotplug
vendorid: 057e
ntsync:
mode: "0666"
path: /dev/ntsync
source: /dev/ntsync
type: unix-char
pcie4slotgpu:
mode: "0666"
pci: 0000:0f:00.0
type: gpu
pics:
path: /mnt/nfs/pics
source: /mnt/nfs/pics
type: disk
root:
path: /
pool: default
type: disk
samba:
path: /mnt/nfs/samba
source: /mnt/nfs/samba
type: disk
ssd:
path: /mnt/ssd
source: /mnt/ssd
type: disk
store:
path: /mnt/store
source: /mnt/store
type: disk
switchpro:
gid: "97"
mode: "0666"
productid: "2009"
type: unix-hotplug
vendorid: 057e
tty:
mode: "0666"
path: /dev/tty
source: /dev/tty
type: unix-char
tty0:
mode: "0666"
path: /dev/tty0
source: /dev/tty0
type: unix-char
tty3:
mode: "0666"
path: /dev/tty3
source: /dev/tty3
type: unix-char
tty4:
mode: "0666"
path: /dev/tty4
source: /dev/tty4
type: unix-char
udevdata:
path: /tmp/udev/data
readonly: "true"
source: /run/udev/data
type: disk
uinput:
gid: "97"
mode: "0666"
path: /dev/uinput
source: /dev/uinput
type: unix-char
video0:
mode: "0666"
path: /dev/video0
source: /dev/video0
type: unix-char
video1:
mode: "0666"
path: /dev/video1
required: "false"
source: /dev/video1
type: unix-char
vndbinder:
gid: "100"
mode: "0666"
path: /dev/vndbinder
source: /dev/vndbinder
type: unix-char
wacom:
gid: "97"
mode: "0666"
productid: 037a
type: unix-hotplug
vendorid: 056a
xbox360controller:
gid: "97"
mode: "0666"
productid: 028e
type: unix-hotplug
vendorid: 045e
xboxonecontroller:
gid: "97"
mode: "0666"
productid: "02e6"
type: unix-hotplug
vendorid: 045e
zowiemouse:
gid: "97"
mode: "0666"
productid: "8001"
type: unix-hotplug
vendorid: 04a5
name: sofue
status: Running
status_code: 103
last_used_at: 2025-05-27T23:32:26.92570937Z
location: none
type: container
project: iroha
pool:
config:
source: /var/lib/incus/storage-pools/default
description: ""
name: default
driver: dir
used_by: []
status: Created
locations:
- none
profiles:
- config:
boot.autostart: "false"
raw.idmap: |-
uid 1000 1000
gid 100 100
gid 18 17
gid 97 174
description: Incus profile for iroha
devices:
eth0:
name: eth0
network: incusbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
used_by: []
project: iroha
volume:
config: {}
description: ""
name: sofue
type: container
used_by: []
location: none
content_type: filesystem
project: iroha
created_at: 2024-04-03T13:10:43.339168029Z
|