Remove pim from wheel on gamepc
Remove some default packages
This commit is contained in:
parent
5374402dde
commit
1519cacfc3
3 changed files with 147 additions and 148 deletions
|
@ -6,6 +6,7 @@
|
|||
config = {
|
||||
pim = {
|
||||
cinnamon.enable = true;
|
||||
inWheel = false;
|
||||
};
|
||||
|
||||
facter.reportPath = ./facter.json;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{inputs, ...}: {
|
||||
{pkgs, ...}: {
|
||||
config = {
|
||||
pim = {
|
||||
lanzaboote.enable = true;
|
||||
|
@ -13,8 +13,25 @@
|
|||
services.tailscale.enable = true;
|
||||
facter.reportPath = ./facter.json;
|
||||
home-manager.users.pim.imports = [./home.nix];
|
||||
|
||||
networking.hostName = "sue";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
borgbackup
|
||||
kubectl
|
||||
nmap
|
||||
poppler_utils # For pdfunite
|
||||
silicon
|
||||
units
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [{device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b";}];
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue