prep main darwin config
This commit is contained in:
parent
50da7ffff8
commit
523aaff701
32 changed files with 423 additions and 142 deletions
|
|
@ -5,28 +5,24 @@
|
|||
{ self, config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
inputs.agenix.darwinModules.default
|
||||
# inputs.home-manager.darwinModules.default
|
||||
];
|
||||
|
||||
# age.secrets.hostkey.file = ./hostkey.age;
|
||||
# services.openssh.hostKeys = [{
|
||||
# type = "ed25519";
|
||||
# path = config.age.secrets.hostkey.path;
|
||||
# }];
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
users.users.thegeneralist = {
|
||||
name = "thegeneralist";
|
||||
home = "/Users/thegeneralist";
|
||||
shell = pkgs.nushell;
|
||||
shell = pkgs.zsh;
|
||||
# openssh.authorizedKeys.keys = let
|
||||
# inherit (import ../../keys.nix) thegeneralist;
|
||||
# in [ thegeneralist ];
|
||||
};
|
||||
|
||||
# home-manager = {
|
||||
# extraSpecialArgs = { inherit inputs; };
|
||||
# users = {
|
||||
# thegeneralist = import (self + /modules/home);
|
||||
# };
|
||||
# };
|
||||
|
||||
# home-manager.users.thegeneralist.home = {
|
||||
# stateVersion = "24.11";
|
||||
# homeDirectory = "/Users/thegeneralist";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue