gendry: install minecraft
This commit is contained in:
parent
c16e226d09
commit
47be02d6e1
@ -54,10 +54,6 @@
|
||||
preAuthKeyFile = config.age.secrets."tailscale/gendry.jakehillion-terminals.ts.hillion.co.uk".path;
|
||||
};
|
||||
|
||||
## Password (for interactive logins)
|
||||
age.secrets."passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake".file = ../../secrets/passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake.age;
|
||||
users.users."jake".passwordFile = config.age.secrets."passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake".path;
|
||||
|
||||
security.sudo.wheelNeedsPassword = lib.mkForce true;
|
||||
|
||||
## Enable btrfs compression
|
||||
@ -76,5 +72,16 @@
|
||||
bitrate = 320;
|
||||
};
|
||||
};
|
||||
|
||||
## Password (for interactive logins)
|
||||
age.secrets."passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake".file = ../../secrets/passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake.age;
|
||||
|
||||
users.users."${config.custom.user}" = {
|
||||
passwordFile = config.age.secrets."passwords/gendry.jakehillion-terminals.ts.hillion.co.uk/jake".path;
|
||||
|
||||
packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -60,4 +60,10 @@
|
||||
device = "/data/system/var/lib/bluetooth";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
## Minecraft
|
||||
fileSystems."/home/jake/.local/share/PrismLauncher" = {
|
||||
device = "/data/users/jake/.local/share/PrismLauncher";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user