added SOPS
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
pkgs,
|
||||
general,
|
||||
builds,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
# Include the results of the hardware scan.
|
||||
];
|
||||
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
pkgs,
|
||||
myConfig,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/dev.nix
|
||||
inputs.sops-nix.darwinModules.sops
|
||||
];
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
@@ -34,7 +36,7 @@
|
||||
users.users.${myConfig.general.Username} = {
|
||||
name = "${myConfig.general.Username}";
|
||||
home = "/Users/${myConfig.general.Username}";
|
||||
shell = pkgs.${myConfig.general.terminal.Shell};
|
||||
# shell = pkgs.${myConfig.general.terminal.Shell}; # no support for nix-darwin, but can be changed via chsh.
|
||||
};
|
||||
|
||||
home-manager.users.${myConfig.general.Username} = import ../../home/macos.nix;
|
||||
|
||||
Reference in New Issue
Block a user