tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Brittish
bwc9876.dev
4 months ago
0cb829cf
c4bf2b5f
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
nixosConfigurations
black-mesa.nix
+1
-1
nixosConfigurations/black-mesa.nix
···
100
};
101
}
102
{
103
-
virtualization.podman.enable = true;
104
105
cow.imperm.keep = ["/var/lib/containers"];
106
}
···
100
};
101
}
102
{
103
+
virtualisation.podman.enable = true;
104
105
cow.imperm.keep = ["/var/lib/containers"];
106
}