v1 of duckdns update service.
This commit is contained in:
parent
093a4d82e3
commit
45132109d7
8 changed files with 89 additions and 112 deletions
|
@ -50,6 +50,9 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
user = {
|
||||
nvim = {
|
||||
enable-lsp = false;
|
||||
};
|
||||
git = {
|
||||
profile = {
|
||||
name = config.host.fullName;
|
||||
|
@ -59,7 +62,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../../roles/home-manager/minimal-terminal.nix
|
||||
../../roles/home-manager/terminal.nix
|
||||
../../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue