mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 03:01:23 +02:00
meta: Move sakaya to containers module
This commit is contained in:
parent
1d8199e20a
commit
4495459229
@ -2,6 +2,7 @@
|
|||||||
config,
|
config,
|
||||||
nix-config,
|
nix-config,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -53,6 +54,10 @@ in
|
|||||||
{
|
{
|
||||||
systemd.tmpfiles.rules = [ "d /run/user/1000 0700 ${username} users -" ];
|
systemd.tmpfiles.rules = [ "d /run/user/1000 0700 ${username} users -" ];
|
||||||
|
|
||||||
|
environment.systemPackages = mkIf (pkgs.system == "x86_64-linux") (
|
||||||
|
with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ]
|
||||||
|
);
|
||||||
|
|
||||||
containers = mkIf enableContainers {
|
containers = mkIf enableContainers {
|
||||||
wine = template // {
|
wine = template // {
|
||||||
hostAddress = "192.168.100.34";
|
hostAddress = "192.168.100.34";
|
||||||
|
@ -147,10 +147,6 @@ in
|
|||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
|
||||||
(mkIf (pkgs.system == "x86_64-linux") (
|
|
||||||
with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ]
|
|
||||||
))
|
|
||||||
|
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
anki
|
anki
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user