refactor(tazjin/nixos): Split up desktop/laptop configurations

Change-Id: I0f5d631491be0c811ad171510568aac097d2fddd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5553
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-05-09 17:04:52 +02:00 committed by tazjin
parent c4a3500d70
commit 5518f620bb
5 changed files with 83 additions and 69 deletions

View file

@ -21,4 +21,6 @@
"/etc/machine-id"
];
};
programs.fuse.userAllowOther = true;
}