updates
This commit is contained in:
parent
f70a18723f
commit
f2767b0596
3 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
||||||
# common container config
|
# common container config
|
||||||
{ lib, home-manager, ... }: {
|
{ lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# ../../../../common/modules
|
# ../../../../common/modules
|
||||||
home-manager.nixosModules.home-manager # TODO: I don't like this
|
# home-manager.nixosModules.home-manager # TODO: I don't like this
|
||||||
];
|
];
|
||||||
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
|
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
|
||||||
networking.useHostResolvConf = lib.mkForce false;
|
networking.useHostResolvConf = lib.mkForce false;
|
||||||
|
|
|
@ -21,13 +21,13 @@ in {
|
||||||
# * fc00:x
|
# * fc00:x
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
dns = {
|
# dns = {
|
||||||
autoStart = true;
|
# autoStart = true;
|
||||||
inherit hostAddress hostAddress6;
|
# inherit hostAddress hostAddress6;
|
||||||
localAddress = "10.42.99.1";
|
# localAddress = "10.42.99.1";
|
||||||
localAddress6 = "fc00::2";
|
# localAddress6 = "fc00::2";
|
||||||
|
#
|
||||||
config = ./dns.nix;
|
# config = ./dns.nix;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -304,7 +304,7 @@ in
|
||||||
"$mod,tab,changegroupactive"
|
"$mod,tab,changegroupactive"
|
||||||
|
|
||||||
# PrintScreen
|
# PrintScreen
|
||||||
",Print,exec,${pkgs.grimblast}/bin/grimblast copysave area /home/vivian/cloud/Pictures/Screenshots/$(date --iso=seconds).png"
|
",Print,exec,${pkgs.grimblast}/bin/grimblast copysave area /home/vivian/cloud/Pictures/Screenshots/$(date +%s).png"
|
||||||
# Toggle Mirror for external displays on/off
|
# Toggle Mirror for external displays on/off
|
||||||
",XF86Display,exec,${toggle_mirror}/bin/toggle_mirror.sh"
|
",XF86Display,exec,${toggle_mirror}/bin/toggle_mirror.sh"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue