mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/podman: have module available
This commit is contained in:
parent
19520eae7f
commit
7e9276152a
7 changed files with 56 additions and 6 deletions
|
@ -2,14 +2,13 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
./services.nix
|
||||
../../legacy/modules/docker.nix
|
||||
./syncthing.nix
|
||||
./system.nix
|
||||
../../legacy/modules/networkdecrypt.nix
|
||||
../../legacy/modules/nix.nix
|
||||
];
|
||||
|
||||
networking.hostName = "newton";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue