mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 11:11:27 +02:00
meta: Move sakaya to containers module
This commit is contained in:
parent
1d8199e20a
commit
4495459229
@ -2,6 +2,7 @@
|
||||
config,
|
||||
nix-config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -53,6 +54,10 @@ in
|
||||
{
|
||||
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 {
|
||||
wine = template // {
|
||||
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; [
|
||||
anki
|
||||
pulseaudio
|
||||
|
Loading…
x
Reference in New Issue
Block a user