diff options
author | Franck Cuny <franck@fcuny.net> | 2024-03-11 17:26:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-03-11 17:26:22 -0700 |
commit | 1248d431ff09c15df666b381059efb8884718a9b (patch) | |
tree | 7959ce50cd52a99998430b13d0e47feff9630789 /hosts/mba/default.nix | |
parent | reorganize common files for hosts (diff) | |
download | world-1248d431ff09c15df666b381059efb8884718a9b.tar.gz |
switch to absolute path
Diffstat (limited to 'hosts/mba/default.nix')
-rw-r--r-- | hosts/mba/default.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix deleted file mode 100644 index 5908a53..0000000 --- a/hosts/mba/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ ... }: -{ - services.nix-daemon.enable = true; - - programs.zsh.enable = true; - - users.users.fcuny.home = "/Users/fcuny"; - - # Touch ID for sudo auth - security.pam.enableSudoTouchIdAuth = true; - - home-manager.users.fcuny = import ../../nix/profiles/home-manager/personal.nix; -} |