desktop-2024-11-03-09-13-27

This commit is contained in:
Alexander Szczepanski
2024-11-03 09:13:27 +01:00
parent 4160c3408f
commit ed7833b3e9
38 changed files with 525 additions and 1245 deletions

View File

@ -1,9 +1,13 @@
{ config, lib, pkgs, ... }:
{
imports = [ ../configs/common.nix ../configs/docker.nix ../configs/user.nix ];
config,
lib,
pkgs,
...
}: {
imports = [../configs/common.nix ../configs/docker.nix ../configs/user.nix];
fileSystems."/export/docker" = {
device = "/home/alex/docker";
options = [ "bind" ];
options = ["bind"];
};
}