[dev] Sets up podman as a system package instead of homemanager.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
{
|
||||
imports = [
|
||||
./qmk.nix
|
||||
../../features/podman-dev.nix
|
||||
];
|
||||
|
||||
networking.hostName = "altair"; # Define your hostname.
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../features/podman-dev.nix
|
||||
];
|
||||
|
||||
networking.hostName = "vega"; # Define your hostname.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
||||
Reference in New Issue
Block a user