Fixup
This commit is contained in:
parent
e1c562191b
commit
186fb9d017
6 changed files with 44 additions and 48 deletions
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = (lib.attrValues this.modules) ++ [
|
||||
../../modules/profiles/base
|
||||
../../modules/profiles/laptop
|
||||
<nixos-hardware/lenovo/thinkpad/t14s/amd/gen1>
|
||||
];
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ let
|
|||
keys = ../../pkgs/keys/keys;
|
||||
in {
|
||||
imports = (lib.attrValues this.modules) ++ [
|
||||
../../modules/profiles/base
|
||||
<nixpkgs/nixos/modules/profiles/minimal.nix>
|
||||
];
|
||||
|
||||
|
@ -134,17 +133,12 @@ in {
|
|||
isNormalUser = true;
|
||||
};
|
||||
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
configFile = /var/lib/dyndns/config;
|
||||
};
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
workstation = true;
|
||||
workstation = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue