why cant git pull just pull
This commit is contained in:
parent
8f7da696e5
commit
397d3b06f1
6 changed files with 26 additions and 39 deletions
|
@ -36,6 +36,11 @@
|
|||
networking.hostName = "focalor";
|
||||
networking.hostId = "84bdc587";
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam.gamescopeSession.enable = true;
|
||||
programs.appimage.enable = true;
|
||||
programs.appimage.binfmt = true;
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
netdevs."br0" = {
|
||||
|
@ -64,16 +69,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
/*networking = {
|
||||
firewall.enable = false;
|
||||
firewall.trustedInterfaces = [
|
||||
"tailscale0"
|
||||
];
|
||||
nameservers = [ "10.0.0.210" "1.1.1.1" ];
|
||||
useDHCP = true;
|
||||
firewall.allowedTCPPorts = [22 80 443 2456 2457 9000 9001 9002];
|
||||
};*/
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
|
@ -82,12 +77,6 @@
|
|||
dnsovertls = "true";
|
||||
};
|
||||
|
||||
#boot.supportedFilesystems = [ "zfs" ];
|
||||
#boot.kernelModules = [ "nct6775" "coretemp" ];
|
||||
|
||||
#services.zfs.autoScrub.enable = true;
|
||||
#services.zfs.trim.enable = true;
|
||||
|
||||
services.vscode-server.enable = true;
|
||||
services.vscode-server.nodejsPackage = pkgs.nodejs_20;
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ if [[ "$GUEST_NAME" != "win11" ]]; then
|
|||
fi
|
||||
|
||||
if [[ "$HOOK_NAME" == "prepare" && "$STATE_NAME" == "begin" ]]; then
|
||||
start_hook
|
||||
echo "do nothing"
|
||||
elif [[ "$HOOK_NAME" == "release" && "$STATE_NAME" == "end" ]]; then
|
||||
revert_hook
|
||||
fi
|
||||
|
|
|
@ -37,24 +37,6 @@
|
|||
};
|
||||
in
|
||||
[ env ];
|
||||
|
||||
/*preStart =
|
||||
''
|
||||
mkdir -p /var/lib/libvirt/hooks
|
||||
mkdir -p /var/lib/libvirt/hooks/qemu.d/win10/prepare/begin
|
||||
mkdir -p /var/lib/libvirt/hooks/qemu.d/win10/release/end
|
||||
mkdir -p /var/lib/libvirt/vgabios
|
||||
|
||||
ln -sf /home/regent/symlinks/qemu /var/lib/libvirt/hooks/qemu
|
||||
ln -sf /home/regent/symlinks/kvm.conf /var/lib/libvirt/hooks/kvm.conf
|
||||
ln -sf /home/regent/symlinks/start.sh /var/lib/libvirt/hooks/qemu.d/win11/prepare/begin/start.sh
|
||||
ln -sf /home/regent/symlinks/stop.sh /var/lib/libvirt/hooks/qemu.d/win11/release/end/stop.sh
|
||||
|
||||
chmod +x /var/lib/libvirt/hooks/qemu
|
||||
chmod +x /var/lib/libvirt/hooks/kvm.conf
|
||||
chmod +x /var/lib/libvirt/hooks/qemu.d/win11/prepare/begin/start.sh
|
||||
chmod +x /var/lib/libvirt/hooks/qemu.d/win11/release/end/stop.sh
|
||||
'';*/
|
||||
};
|
||||
|
||||
users.extraUsers.regent.extraGroups = [ "libvirtd" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue