initial commit

This commit is contained in:
Chad Nelson 2023-09-16 10:01:33 -06:00
commit ca6d4b8ec2
33 changed files with 1646 additions and 0 deletions

View file

@ -0,0 +1,22 @@
version: "3.1"
services:
env:
container_name: guix-system
image: localhost/guix:latest
volumes:
- gnu:/gnu
- guix:/var/guix
- etc:/etc
- home:/home
- ./:/home/admin/
ports:
# - '3333:22'
environment:
# - 'DISPLAY=$IPV4:0' # uncomment to forward graphical applications to XQuartz
privileged: true # currently needed for the Guix package manager to run
volumes:
gnu:
guix:
etc:
home: