mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-23 06:53:24 +01:00
This commit is contained in:
parent
74ec60d50d
commit
5105f8b1a4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ self, ... }:
|
{ self, lib, ... }:
|
||||||
let
|
let
|
||||||
inherit (self.inputs)
|
inherit (self.inputs)
|
||||||
disko
|
disko
|
||||||
|
|
@ -46,6 +46,7 @@ let
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
my.profiles.core.enable = true;
|
my.profiles.core.enable = true;
|
||||||
|
my.profiles.zsh.enable = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
../modules
|
../modules
|
||||||
../profiles
|
../profiles
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ in
|
||||||
users.users.nixremote = {
|
users.users.nixremote = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "nixremote";
|
group = "nixremote";
|
||||||
shell = pkgs.bashInteractive;
|
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@workman"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@workman"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue