Remove jailed-agy custom override

This commit is contained in:
2026-06-29 18:21:23 +00:00
parent a810cd51e2
commit 78dc0a54fa
-45
View File
@@ -2,12 +2,8 @@
pkgs, pkgs,
identities, identities,
primaryUser, primaryUser,
jail-nix,
... ...
}: }:
let
jail = jail-nix.lib.init pkgs;
in
{ {
users.users.${primaryUser} = { users.users.${primaryUser} = {
uid = 1000; uid = 1000;
@@ -24,47 +20,6 @@ in
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
nixpkgs.config.allowUnfree = true; # for agy nixpkgs.config.allowUnfree = true; # for agy
environment.systemPackages = with pkgs; [
(jail "jailed-agy" pkgs.antigravity-cli (
with jail.combinators;
[
network
time-zone
no-new-session
mount-cwd
(readwrite (noescape "~/.gemini"))
# The above is a stow-controlled symlink to the following.
(readwrite (noescape "~/dotfiles/legacy/.gemini"))
(add-pkg-deps (
with pkgs;
[
bashInteractive
curl
wget
jq
git
which
ripgrep
gnugrep
gnused
gawkInteractive
ps
findutils
gzip
unzip
gnutar
diffutils
coreutils
procps
python3
]
))
]
))
];
networking = { networking = {
hostName = "dia"; hostName = "dia";