Compare commits
No commits in common. "ff4f0a88fa542bfc0bf0b536303acdbe2f76fe94" and "ca2773f9d9c09785659081ea121e4f7931e57573" have entirely different histories.
ff4f0a88fa
...
ca2773f9d9
2 changed files with 1 additions and 32 deletions
|
|
@ -62,9 +62,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
users.groups.users.gid = 100;
|
|
||||||
users.users.chandler = {
|
users.users.chandler = {
|
||||||
uid = 1000;
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Chandler Swift";
|
description = "Chandler Swift";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker"];
|
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||||
|
|
@ -85,7 +83,7 @@
|
||||||
# azure-cli.extensions.fleet
|
# azure-cli.extensions.fleet
|
||||||
# azure-cli.extensions.interactive
|
# azure-cli.extensions.interactive
|
||||||
# azure-cli.extensions.log-analytics
|
# azure-cli.extensions.log-analytics
|
||||||
azure-cli.extensions.resource-graph
|
# azure-cli.extensions.resource-graph
|
||||||
# azure-cli.extensions.serial-console
|
# azure-cli.extensions.serial-console
|
||||||
# azure-cli.extensions.ssh
|
# azure-cli.extensions.ssh
|
||||||
])
|
])
|
||||||
|
|
@ -104,9 +102,6 @@
|
||||||
jujutsu
|
jujutsu
|
||||||
killall
|
killall
|
||||||
kubectl
|
kubectl
|
||||||
# From https://github.com/NixOS/nixpkgs/pull/370555
|
|
||||||
# I don't expect this to be backported, so this should be removed with 25.11
|
|
||||||
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a5ea75e611fb5bf6898d7d72401f6cb2aacf30f0.tar.gz") {}).openconnect
|
|
||||||
pv
|
pv
|
||||||
ripgrep
|
ripgrep
|
||||||
unzip
|
unzip
|
||||||
|
|
@ -144,7 +139,6 @@
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
# TODO: delta or diff-so-fancy or difftastic
|
# TODO: delta or diff-so-fancy or difftastic
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
help.autoCorrect = "prompt";
|
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
diff.wsErrorHighlight = "all";
|
diff.wsErrorHighlight = "all";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
|
|
||||||
|
|
@ -24,31 +24,6 @@
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/utm" = {
|
|
||||||
device = "share";
|
|
||||||
fsType = "9p";
|
|
||||||
options = [
|
|
||||||
"trans=virtio"
|
|
||||||
"version=9p2000.L"
|
|
||||||
"rw"
|
|
||||||
"_netdev"
|
|
||||||
"nofail"
|
|
||||||
"auto"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/home/chandler/shared_with_host" = {
|
|
||||||
device = "/mnt/utm";
|
|
||||||
fsType = "fuse.bindfs";
|
|
||||||
options = [
|
|
||||||
"map=502/${builtins.toString config.users.users.chandler.uid}:@20/@${builtins.toString config.users.groups.users.gid}"
|
|
||||||
"x-systemd.requires=/mnt/utm"
|
|
||||||
"_netdev"
|
|
||||||
"nofail"
|
|
||||||
"auto"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/6c923fd7-5b0a-4dd5-b1ce-6cd4ea144275"; }
|
[ { device = "/dev/disk/by-uuid/6c923fd7-5b0a-4dd5-b1ce-6cd4ea144275"; }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue