Sun Nov 27 10:26:58 PM CET 2022
This commit is contained in:
13
configs/common-server.nix
Normal file
13
configs/common-server.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
secrets = import ../configs/secrets.nix;
|
||||
be = import ../configs/borg-exclude.nix;
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in {
|
||||
imports = [ ../configs/common.nix ../configs/docker.nix ../configs/user.nix ];
|
||||
|
||||
fileSystems."/export/docker" = {
|
||||
device = "/home/alex/docker";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user