flake: update
This commit is contained in:
parent
3c556ab68c
commit
687e48da4a
2 changed files with 69 additions and 67 deletions
|
@ -7,7 +7,9 @@
|
|||
settei.user.config.common.desktop.enable = true;
|
||||
|
||||
settei.unfree.allowedPackages = [ "teams" ];
|
||||
environment.systemPackages = with pkgs; [ (teams.overrideAttrs { sourceRoot = "Microsoft Teams.app";}) ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
(teams.overrideAttrs { sourceRoot = "Microsoft Teams.app"; })
|
||||
];
|
||||
|
||||
settei.tailscale = {
|
||||
ipv4 = "100.102.13.61";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue