migrate to flake-parts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
keys,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
shell = pkgs.zsh;
|
||||
|
||||
openssh.authorizedKeys.keys = [ keys.rpqt.haze ];
|
||||
openssh.authorizedKeys.keys = [ (import ../../parts/keys.nix).rpqt.haze ];
|
||||
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ inputs, ... }:
|
||||
{ self, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nix-topology.nixosModules.default
|
||||
self.inputs.nix-topology.nixosModules.default
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user