mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixed docker configuration
This commit is contained in:
parent
0ebbf9c52d
commit
81dcd82a74
|
@ -6,7 +6,7 @@
|
||||||
../../system/security/doas.nix
|
../../system/security/doas.nix
|
||||||
../../system/security/gpg.nix
|
../../system/security/gpg.nix
|
||||||
../../system/security/sshd.nix
|
../../system/security/sshd.nix
|
||||||
( import ../../system/app/docker.nix ( args {storageDriver = "btrfs";} ) )
|
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit username pkgs config lib;} )
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fix nix path
|
# Fix nix path
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
[ ../work/configuration.nix # Personal is essentially work system + games
|
[ ../work/configuration.nix # Personal is essentially work system + games
|
||||||
../../system/hardware-configuration.nix
|
../../system/hardware-configuration.nix
|
||||||
#../../system/hardware/openrgb.nix
|
#../../system/hardware/openrgb.nix
|
||||||
|
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit username pkgs config lib;} )
|
||||||
../../system/app/gamemode.nix
|
../../system/app/gamemode.nix
|
||||||
../../system/app/steam.nix
|
../../system/app/steam.nix
|
||||||
../../system/security/doas.nix
|
../../system/security/doas.nix
|
||||||
|
|
Loading…
Reference in a new issue