project-wide: Starting to move to tf-nix

This commit is contained in:
kat witch 2021-03-29 01:08:19 +01:00
parent c9973eb986
commit 4ad12c96fa
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
10 changed files with 103 additions and 60 deletions

View file

@ -3,7 +3,7 @@
{
services.openssh = {
enable = true;
ports = lib.mkDefault [ 62954 ];
#ports = lib.mkDefault [ 62954 ];
passwordAuthentication = false;
challengeResponseAuthentication = false;
permitRootLogin = lib.mkDefault "prohibit-password";

View file

@ -3,7 +3,7 @@
{
home-manager.users.kat = { imports = [ ./home.nix ]; };
deploy.profile.kat = true;
deploy.profile.kat = true;
users.users.kat = {
uid = 1000;

View file

@ -1,5 +1,5 @@
{ lib, ... }:
{
{
deploy.profile.laptop = true;
}